mirror of
https://github.com/88lex/safire.git
synced 2025-02-22 04:45:55 +08:00
updte readme
This commit is contained in:
parent
52acaafb26
commit
2adcb66aac
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
### __SAFIRE__
|
||||
##### A flexible tool to create and delete GSuite projects, service accounts and jsons which can be used with shared drives.
|
||||
#### A flexible tool to create and delete GSuite projects, service accounts and jsons which can be used with shared drives.
|
||||
|
||||
__BONUS__: `safire list all` will create both csv and xlsx files listing name/unique id/etc. for all projects, service accounts, shared drives, groups and group members for your account. Handy for use with other apps and scripts.
|
||||
|
||||
|
@ -22,6 +22,7 @@ __BONUS__: `safire list all` will create both csv and xlsx files listing name/u
|
|||
__Recommended to run safire__:
|
||||
- Python 3.7 or higher
|
||||
- You can run safire without install from the directory holding `safire.py` (e.g. `cd /opt/safire/safire`; `./safire.py list projects`)
|
||||
- To do this you must first run `pip install -r requirements.txt`
|
||||
- To install and run from anywhere on your machine go to /safire dir (not /safire/safire) and run `sudo -H pip3 install --upgrade pip`
|
||||
- Use a recent version of pip that runs with pyproject.toml rather than setup.py (try pip install --upgrade pip)
|
||||
|
||||
|
|
Loading…
Reference in a new issue