Command-line tool for reporting on specific attributes of a Heroku environment.
Project description
Heroku-audit
Command-line tool for reporting on specific attributes of a Heroku environment.
Components
- Apps
- Users
- Environment Variables
- Heroku Postgres
- Heroku Data for Redis
Installation
$ pip install heroku-audit
Alternatively, you can download the pre-compiled binary from the releases.
Usage
Note: See heroku-audit --help
for further details.
Authentication is handled through the $HEROKU_API_KEY
environment variable, which must be set to a valid Heroku API key. Alternatively, you can create a config.env
file in the config directory (heroku-audit --show-config-dir
).
Each components is its own sub-command, containing a number of pre-made reports. heroku-audit --list
will list all available commands.
To audit for a single team, add --team=<team>
.
Output Format
By default, a pretty table is output, for easy consumption by humans. --format
can be specified to all commands to change the format:
table
(Default)csv
json
Progress output is automatically removed when running non-interactively.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for heroku_audit-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b84ef3e041036cc76e4e2834b8522dc971e460e7b33c1cba5501e7e830db14aa |
|
MD5 | 49dc777cd4379f8f379ac2aa70825a79 |
|
BLAKE2b-256 | 7c0175f407e344057615806b4752de520bf8e29660e3c52cbfdf74bed665ae9a |