Closed gberl002 closed 1 year ago
The "Create a service" section explaining how to do so in CLI uses incorrect syntax (I assume old)
Source: docfx_project/ziti/services/create-service-cli.md Url: https://openziti.github.io/ziti/services/overview.html?tabs=create-service-cli
One example is: ziti edge controller create service ssh
ziti edge controller create service ssh
Whereas the actual syntax should be: ziti edge create service ssh
ziti edge create service ssh
Resolved by https://github.com/openziti/ziti-doc/pull/324
The "Create a service" section explaining how to do so in CLI uses incorrect syntax (I assume old)
Source: docfx_project/ziti/services/create-service-cli.md Url: https://openziti.github.io/ziti/services/overview.html?tabs=create-service-cli
One example is:
ziti edge controller create service ssh
Whereas the actual syntax should be:
ziti edge create service ssh