Handled a particular error.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
What will happen on your system on first run? well, SecDep will create a `.env` file in the root directory of the project. This file is needed to store the authentication values needed to access the cloud providers. You will be asked for every needed value for every supported provider and if you don't need one you should just press enter to leave it's respecting values empty.
|
||||
|
||||
You can also run `python3 secdep.py --init <provider>` where `<provider>` is either gce, azure or aws to initialize the `.env` file for a specific provider only.
|
||||
|
||||
### Configuration ⚙️
|
||||
|
||||
Should you ever change your mind you can always edit the `.env` file manually or run `python3 secdep.py -v` or `python3 secdep.py --values` to change the values you want.
|
||||
|
||||
Reference in New Issue
Block a user