linkerd2/cli/cmd
Kevin Lingerfelt baa4d10c2f
CLI: change conduit namespace shorthand flag to -c (#714)
* CLI: change conduit namespace shorthand flag to -c

All of the conduit CLI subcommands accept a --conduit-namespace flag,
indicating the namespace where conduit is running. Some of the
subcommands also provide a --namespace flag, indicating the kubernetes
namespace where a user's application code is running. To prevent
confusion, I'm changing the shorthand flag for the conduit namespace to
-c, and using the -n shorthand when referring to user namespaces.

As part of this change I've also standardized the capitalization of all
of our command line flags, removed the -r shorthand for the install
--registry flag, and made the global --kubeconfig and --api-addr flags
apply to all subcommands.

* Switch flag descriptions from lowercase to Capital

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-04-06 14:47:31 -07:00
..
testdata Start implementing conduit stat summary endpoint (#671) 2018-04-05 17:05:06 -07:00
check.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
check_test.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
completion.go Add -log-level flag for install and inject commands (#239) 2018-02-01 12:38:07 -08:00
completion_test.go Add shell completion command to cli (#97) 2017-12-28 14:24:06 -08:00
dashboard.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
dashboard_test.go add check and friendly error if conduit dashboard is not installed (#289) 2018-02-19 09:28:56 -08:00
get.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
get_test.go fix typo error (#153) 2018-01-16 11:20:21 -05:00
inject.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
inject_test.go Inject the conduit proxy into controller pod during conduit install (#365) 2018-02-23 13:55:46 -08:00
install.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
install_test.go Build conduit-specific Grafana Docker image (#679) 2018-04-05 14:20:05 -07:00
root.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
stat.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
stat_summary.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
stat_test.go Remove pod-level metrics from web and CLI (#304) 2018-02-08 19:07:10 -08:00
tap.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
tap_test.go Move EosCtx to common for Tap and Telemetery (#204) 2018-01-24 15:48:00 -08:00
test_helper.go Add Grafana to conduit install (#444) 2018-02-28 11:36:21 -08:00
version.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
version_test.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00