doctl
doctl copied to clipboard
droplet-autoscale create/update --user-data-file
It seems like --user-data-file is missing when doing droplet-autoscale commands. It is hard to use the --user-data, so having --user-data-file would be nice her.
Using --user-data "$(cat user-data.sh)" instead of --user-data-file user-data.sh" and it works fine, but still think --user-data-file should be added for completeness and reduce confusion.
can i work on it?