Question
doctl command is missing required arguments
When trying to run
doctl compute droplet-action power-off <droplet id> --wait true;
I get:
Error: (droplet-action.power-off) command is missing required arguments
Issue is not related to “power-off” action, it also happens on “power-on” and “snapshot”
Without “–wait true” it runs as expected;
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×