metalctl icon indicating copy to clipboard operation
metalctl copied to clipboard

Allow printing apply manifest from create commands

Open Gerrit91 opened this issue 1 year ago • 1 comments

Just like kubectl create -o yaml --dry-run=client.

Should be implemented in genericcli.

Gerrit91 avatar Feb 12 '24 14:02 Gerrit91

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.

Gerrit91 avatar Feb 13 '24 07:02 Gerrit91