You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Just like
kubectl create -o yaml --dry-run=client
.Should be implemented in genericcli.
The text was updated successfully, but these errors were encountered: