You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add state field to cf stacks command
Signed-off-by: Simon Jones <simonjones@vmware.com>
* Remove state validation from cf state command
Signed-off-by: Simon Jones <simonjones@vmware.com>
* first pass of update-stack command
Signed-off-by: Simon Jones <simonjones@vmware.com>
* Include reference to state in help text for cf stack & stacks
Signed-off-by: Simon Jones <simonjones@vmware.com>
* Add update stack command integration tests
Signed-off-by: Simon Jones <simonjones@vmware.com>
* Stack related fakes generated correctly by counterfeiter
Signed-off-by: Simon Jones <simonjones@vmware.com>
* Add update-stack to help categories in APPS section
* Add parentheses and spaces to update-stack usage command
Signed-off-by: Simon Jones <simonjones@vmware.com>
* Add minimum API version check for update-stack command (3.210.0)
* Add assertions for state output in stack command tests
* Fix indentation in help_all_display.go APPS section
Co-authored-by: Cursor <cursoragent@cursor.com>
* Update stack and stacks integration test expectations for state support
Co-authored-by: Cursor <cursoragent@cursor.com>
* Update minimum API version for update-stack to 3.211.0
Co-authored-by: Cursor <cursoragent@cursor.com>
* Add state_reason field to stack resource and display logic
* Add --reason flag to update-stack command
* Update --reason flag usage example with detailed migration message
* Show reason field for non-active stack states and fix UpdateStack interface
- Display reason: whenever stack state is non-ACTIVE, even if reason is empty
- Update CloudControllerClient and Actor interfaces for 3-arg UpdateStack
- Add StateReason field to Stack resource
- Regenerate fakes for updated interfaces
- Fix duplicate Execute call in update-stack reason test
Co-authored-by: Cursor <cursoragent@cursor.com>
* Add integration tests for stack reason display scenarios
- update-stack: test empty reason for non-active state, test reason with --reason flag
- stack: test no reason for active state, test empty reason for non-active state, test reason for non-active state with reason
Co-authored-by: Cursor <cursoragent@cursor.com>
* Regenerate fakeActor
Signed-off-by: Simon Jones <simonjones@vmware.com>
---------
Signed-off-by: Simon Jones <simonjones@vmware.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments