From 0e97a8458e3b9f7f6665d5b290410c8b2dc45084 Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Thu, 20 May 2021 17:08:13 +0000 Subject: [PATCH] Update capi command line to reflect addition of capi-workspace tools Co-authored-by: Seth Boyles Co-authored-by: Marc Paquette --- assets/capidoc.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/capidoc.yml b/assets/capidoc.yml index c3b7210..fda944d 100644 --- a/assets/capidoc.yml +++ b/assets/capidoc.yml @@ -204,3 +204,11 @@ load-key: description: Loads the an ssh key in the currently logged in lastpass called "github-private-key". Run eval $(ssh-agent) if it fails location: capi-workspace/bin group: auth +capi-workspaces: + description: List and connect to existing K8s CAPI workspaces + location: capi-workspace/bin + group: workspaces +create-capi-workspace: + description: Create a CAPI workspace in K8s cluster + location: capi-workspace/bin + group: workspaces