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
When using a command like nanoff --filedeployment deploy.json, the CLI still reports No operation was performed with the options supplied. when in fact the file deployment was the operation.
How to reproduce
Create a deploy.json file listing content files to be deployed
Run nanoff --filedeployment deploy.json
Observe the CLI output
Expected behaviour
Expected behaviour is for nanoff to recognize that the file deployment was a valid operation to perform.