Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shepherd automations #61

Open
wants to merge 2 commits into
base: new-workstations
Choose a base branch
from

Commits on Feb 24, 2024

  1. Add s, shep_select, and shep_env scripts

    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
    ```
    a-b committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3a76b18 View commit details
    Browse the repository at this point in the history
  2. Add comments to scripts

    a-b committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    912d8a5 View commit details
    Browse the repository at this point in the history