glooctl
glooctl
CLI for Gloo
Synopsis
glooctl is the unified CLI for Gloo. Find more information at https://solo.io
Options
-c, --config string set the path to the glooctl config file (default "<home_directory>/.gloo/glooctl-config.yaml")
--consul-address string address of the Consul server. Use with --use-consul (default "127.0.0.1:8500")
--consul-allow-stale-reads Allows reading using Consul's stale consistency mode.
--consul-datacenter string Datacenter to use. If not provided, the default agent datacenter is used. Use with --use-consul
--consul-root-key string key prefix for for Consul key-value storage. (default "gloo")
--consul-scheme string URI scheme for the Consul server. Use with --use-consul (default "http")
--consul-token string Token is used to provide a per-request ACL token which overrides the agent's default token. Use with --use-consul
-h, --help help for glooctl
-i, --interactive use interactive mode
--kube-context string kube context to use when interacting with kubernetes
--kubeconfig string kubeconfig to use, if not standard one
--use-consul use Consul Key-Value storage as the backend for reading and writing config (VirtualServices, Upstreams, and Proxies)
SEE ALSO
- glooctl add - Adds configuration to a top-level Gloo resource
- glooctl check - Checks Gloo resources for errors (requires Gloo running on Kubernetes)
- glooctl check-crds - Checks Gloos CRDs for consistency against an official (or local) helm charts CRDs
- glooctl cluster - Cluster commands
- glooctl completion - generate auto completion for your shell
- glooctl create - Create a Gloo resource
- glooctl dashboard - Open Gloo dashboard
- glooctl debug - Debug a Gloo resource (requires Gloo running on Kubernetes)
- glooctl delete - Delete a Gloo resource
- glooctl demo - Demos (requires 4 tools to be installed and accessible via the PATH: glooctl, kubectl, docker, and kind.)
- glooctl edit - Edit a Gloo resource
- glooctl get - Display one or a list of Gloo resources
- glooctl init-plugin-manager - Install the Gloo Edge Enterprise CLI plugin manager
- glooctl install - install gloo on different platforms
- glooctl istio - Commands for interacting with Istio in Gloo
- glooctl plugin - Commands for interacting with glooctl plugins
- glooctl proxy - interact with proxy instances managed by Gloo
- glooctl remove - remove configuration items from a top-level Gloo resource
- glooctl route - subcommands for interacting with routes within virtual services
- glooctl uninstall - uninstall gloo
- glooctl upgrade - upgrade glooctl binary
- glooctl version - Print current version