mirror of https://github.com/linkerd/linkerd2.git
* 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> |
||
---|---|---|
.. | ||
testdata | ||
check.go | ||
check_test.go | ||
completion.go | ||
completion_test.go | ||
dashboard.go | ||
dashboard_test.go | ||
get.go | ||
get_test.go | ||
inject.go | ||
inject_test.go | ||
install.go | ||
install_test.go | ||
root.go | ||
stat.go | ||
stat_summary.go | ||
stat_test.go | ||
tap.go | ||
tap_test.go | ||
test_helper.go | ||
version.go | ||
version_test.go |