Add --quiet option to fly secrets set ...

Our CD pipeline is configured to assign secrets with --stage and in a later step runs fly deploy .... It would be useful to add a --quiet option to fly secrets set ... so that it returns a 0 exit code and doesn’t return an error message where we have to manually parse the output.

Currently it returns:

Error No change detected to secrets

Can we argue that unchanged secrets should always report a 0 exit status?

@jsierles that would be even better :slight_smile:

Setting secrets will now return a 0 exit status for unchanged secrets. You’ll still see Error though.

Amazing! Thank you for such a fast turnaround :pray: