Skip to content

Commit

Permalink
Replace roundup_bosh_lites with print_env_info in README
Browse files Browse the repository at this point in the history
- roundup_bosh_lites is an alias of print_env_info. We should document
  the real deal.
  • Loading branch information
Gerg committed May 15, 2024
1 parent ed2003d commit 016d414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion assets/capidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 016d414

Please sign in to comment.