Hi, I’m building a tool to automate deployments. At one point I run fly apps list
, to make sure I’m deploying against the correct app.
I want to log the output of fly apps list --json
, but I won’t do that if it might show sensitive information. In my cursory scans of the output on a freshly deployed app, I don’t see any sensitive information. For example my app has 3 secrets, but I only see "Secrets": null,
in the output.
Will fly apps list --json
ever show sensitive information, or is it okay to log the output?