From 9e72c95f175c6a9649ffd36c0e2f25ac1be3be35 Mon Sep 17 00:00:00 2001 From: Bart Robertson Date: Mon, 7 Nov 2022 03:05:32 -0600 Subject: [PATCH] CLI advanced lab description (#35) * added cli advanced lab description --- labs/advanced-labs/cli/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 labs/advanced-labs/cli/README.md 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