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>
* Fix import paths from v8 to v9 for module compatibility
* Add update-stack command to help categories
* Add parentheses and spaces to update-stack usage command
Signed-off-by: Simon Jones <simonjones@vmware.com>
* Configure minimum CC API version for update-stack command
Signed-off-by: Simon Jones <simonjones@vmware.com>
* 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
- Update help description expectations to include "and current state"
- Add state column to stacks listing assertions
- Consolidate stack exists test contexts and add state assertions
- Add state exclusion assertion to --guid test
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
- 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