To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorrbld list
As a CLI user
I want to be able to list existing environments with rbld list
- Background
-
- Given
-
existing environments:
test-env:initial test-env:v001
- Scenarios
-
- list help succeeds and usage is printed
- list existing environment
- correct listing of similar environments
- list help succeeds and usage is printed
-
- Given
- I successfully request help for rbld list
- Then
-
help output should contain:
List local environments
- list existing environment
-
- When
-
I successfully run
rbld list
- Then
- the output should contain "test-env:initial"
- And
- the output should contain "test-env:v001"
- correct listing of similar environments
-
- Given
-
existing environments:
samebase1:initial samebase2:initial - When
-
I successfully run
rbld list
- Then
- the output should contain "samebase1:initial"
- And
- the output should contain "samebase2:initial"
Last published almost 5 years ago by Rebuild.