add secret generation command to readme

This commit is contained in:
brooke 2025-02-12 18:25:15 -05:00
parent d3abbb66b0
commit de8cb03510

View File

@ -19,6 +19,7 @@
* `abra app new zulip` * `abra app new zulip`
* `abra app secret insert <app-domain> smtp_password v1 <smtp-password>` (A working SMTP server is required for setup) * `abra app secret insert <app-domain> smtp_password v1 <smtp-password>` (A working SMTP server is required for setup)
* `abra app secret g -a <app-domain>`
* `abra app config <app-name>` * `abra app config <app-name>`
* Populate SMTP settings by editing env variables that start with `SETTING_EMAIL` * Populate SMTP settings by editing env variables that start with `SETTING_EMAIL`
* `abra app deploy <app-name>` * `abra app deploy <app-name>`