You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing any ziti edge list command, e.g. ziti edge list terminators, the output is paginated but there is no suggestion as to how to get the next page: results: 1-10 of 32
Executing --help doesn't give any suggestions either:
ziti edge list terminators --help
lists terminators managed by the Ziti Edge Controller
Usage:
ziti edge list terminators <filter>? [flags]
Flags:
-i, --cli-identity string Specify the saved identity you want the CLI to use when connect to the controller with
--csv Output CSV instead of a formatted table
-h, --help help for terminators
-j, --output-json Output the full JSON response from the Ziti Edge Controller
--output-request-json Output the full JSON request to the Ziti Edge Controller
--timeout int Timeout for REST operations (specified in seconds) (default 5)
--verbose Enable verbose logging
The text was updated successfully, but these errors were encountered:
When executing any
ziti edge list
command, e.g.ziti edge list terminators
, the output is paginated but there is no suggestion as to how to get the next page:results: 1-10 of 32
Executing
--help
doesn't give any suggestions either:The text was updated successfully, but these errors were encountered: