feat: create/edit commands, apply-compatible output, better describe #6
Reference in New Issue
Block a user
Delete Branch "feat/create-edit-commands"
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
create server/profile/projectwith full CLI flags — kubectl parity for everything possible viaapply -fedit server/profile/project— opens$EDITORfor in-flight resource editing (likekubectl edit)get -o yaml/jsonnow outputs apply-compatible format (strips internal fields, wraps in resource key) — enablesget server ha-mcp -o yaml > s.yaml && apply -f s.yamlround-tripdescribeshows visually clean sectioned output with aligned columns and tablesresolveResource,resolveNameOrId,stripInternalFields) from duplicated codeTest plan
mcpctl create server test --transport STDIOmcpctl get server test -o yaml > test.yaml && mcpctl apply -f test.yamlmcpctl edit server testmcpctl describe server test🤖 Generated with Claude Code