Configuration and Environment Management CLI #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
UseCase: The user can manage MarkiTect configuration and environment settings through CLI commands.
Commands to implement:
markitect config-show- Display current configurationmarkitect config-set <key> <value>- Set configuration valuesmarkitect config-init- Initialize configuration for new projectTechnical Requirements:
Acceptance Criteria:
Dependencies: Issue #12 (CLI Entry Point)
Priority: Medium