metalctl
metalctl copied to clipboard
Allow printing apply manifest from create commands
Just like kubectl create -o yaml --dry-run=client.
Should be implemented in genericcli.
I would propose a flag for create commands --dry-run. If set, the create command should skip the actual call to the Create implementation and instead print the create request. This output can then be used afterwards for create -f.