CLI
Secure Zones with CLI
3min
How to create a Secure Zone using GraphQL via the CLI Secure Zones are simply a Model object within Siteglide, with this in mind, we can very easily create Secure Zones via the CLI using GraphQL.
- You have installed the Secure Zone module on the instance
- You know how to use the GraphiQL editor
Below is the GraphQL mutation that is used to create a Secure Zone from Siteglide Admin.
We simply pass it the name for the Secure Zone within the query variables.
After running the mutation, you will see an ID returned in the output window of the GraphiQL editor. The ID returning means that the mutation was successful and your new Secure Zone can now be used.
Note
If you already have Admin open you will need to refresh it to see the new Secure Zone.
Updated 03 Mar 2023
Did this page help you?