diff --git a/labs/advanced-labs/cli/README.md b/labs/advanced-labs/cli/README.md new file mode 100644 index 00000000..c8516f2b --- /dev/null +++ b/labs/advanced-labs/cli/README.md @@ -0,0 +1,13 @@ +# PiB CLI Customization + +PiB ships two CLIs (kic and flt) to make leaning and working with Kubernetes easier. Both CLIs can be customized on an organization, team, or app level. This workshop walks through the different customization options with examples. + +## This document is a work in progress + +## CLI Customization + +- There are 3 options that allow customization of the CLI + - Overriding built-in commands using bash scripts + - Adding / Removing commands using "boa config" files + - Modifying the source code + \ No newline at end of file