fix: error handling and --force flag for create commands #10
Reference in New Issue
Block a user
Delete Branch "fix/create-error-handling"
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?
Summary
--forceflag on create server/secret/project to update if already existsTest plan
mcpctl create secret x→ clean "already exists" messagemcpctl create secret x --force→ updates existingmcpctl create server y --from-template=grafana --env ...works