-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add deployment reset command (#89)
Closes: WORLD-1327 & WORLD-1328 ## Overview Check destroy command and add reset command ## Brief Changelog - merge the deploy, destroy func ## Testing and Verifying Manual test runing `world forge deployment reset` command <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Added a new project reset functionality - Enhanced deployment commands with more flexible action types - **Improvements** - Consolidated deployment-related actions into a single method - Improved error handling and context for deployment operations - **Changes** - Updated deployment command structure to support deploy, destroy, and reset actions - Standardized deployment method signature across different operations The release introduces more flexible project management capabilities with a unified deployment approach. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
3 changed files
with
120 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters