From 016d4142647a6f17b549fee4275e03ec57b4e29f Mon Sep 17 00:00:00 2001 From: Greg Cobb Date: Wed, 15 May 2024 16:57:26 -0700 Subject: [PATCH] Replace roundup_bosh_lites with print_env_info in README - roundup_bosh_lites is an alias of print_env_info. We should document the real deal. --- README.md | 2 +- assets/capidoc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3563c1d..3eb14ce 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ bosh-lite-pool claim_bosh_lite Claim an available bosh lite CF gcs_to_claimed Convert bosh-lite environment files stored in gcs to a claimed bosh-lite mysql_bosh_lite Connect to current bosh target's MySQL DB + print_env_info List all the claimed bosh-lites in the pool psql_bosh_lite Connect to current bosh target's MySQL DB rebootstrap_cf Delete the 'org' org then call bootstrap_cf. For cleaning the slate. - roundup_bosh_lites List all the claimed bosh-lites in the pool seed_users Add users of every role to the current org and space target_bosh Target a bosh environment from the pool target_cf Change cf cli target to the cloud foundry deployed on currently targeted bosh (hint: use "target_bosh" first). diff --git a/assets/capidoc.yml b/assets/capidoc.yml index fda944d..6ede5f9 100644 --- a/assets/capidoc.yml +++ b/assets/capidoc.yml @@ -58,7 +58,7 @@ mysql_bosh_lite: description: Connect to current bosh target's MySQL DB location: capi-workspace/bin group: bosh-lite-pool -roundup_bosh_lites: +print_env_info: description: List all the claimed bosh-lites in the pool location: capi-workspace/bin group: bosh-lite-pool