Open
Conversation
Scripts allows developer to list, select and target TAS shepherd environments By default scripts use tas-devex namespace, but you can easially point to your personal namespace ``` SH_NS=aberezovsky s ``` You can pass environment filter options after `s` or `shep_select` command ``` s APPSMAN-148 ``` There is a shortcut to target specific environment in case you know what you need ``` SH_ID=205d4fca-66da-48c6-90ae-10a6f79610e3 SH_NS=aberezovsky shep_env ```
894d71e to
912d8a5
Compare
Member
|
would be nice to have usage prompts if you try to call these scripts without an argument |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
s,shep_select, andshep_envscriptsScripts allow developer to list, select, and target TAS shepherd environments from the workstation
By default, scripts use tas-devex namespace, but you can easily point to other namespaces
You can pass environment filter options after
sorshep_selectcommand
There is a shortcut to target specific environment in case you know what
you need
After this
bosh,credhub, andcfcommands will be targeted to selected shepherd environment.