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 status
As a CLI user
I want to be able to list modified environments with rbld status
- Scenarios
-
- status help succeeds and usage is printed
- no modified environments
- one modified environment
- two modified environments
- status help succeeds and usage is printed
-
- Given
- I successfully request help for rbld status
- Then
-
help output should contain:
List modified environments
- no modified environments
-
- Given
-
non-modified environments:
test-env:initial test-env:v001 - When
-
I run
rbld status
- Then
- the exit status should be 0
- And
- the output should not contain "test-env:initial"
- And
- the output should not contain "test-env:v001"
- one modified environment
-
- Given
- modified environment test-env:v001
- And
- non-modified environment test-env:initial
- When
-
I run
rbld status
- Then
- the exit status should be 0
- And
- the output should contain "modified: test-env:v001"
- And
- the output should not contain "test-env:initial"
- two modified environments
-
- Given
-
modified environments:
test-env:initial test-env:v001 - When
-
I run
rbld status
- Then
- the exit status should be 0
- And
- the output should contain "modified: test-env:initial"
- And
- the output should contain "modified: test-env:v001"
Last published almost 5 years ago by Rebuild.