You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✗ awless config set region
config: missing region. Set it with `awless config set region`
✗ awless config set region us-west-1
config: missing region. Set it with `awless config set region`
The text was updated successfully, but these errors were encountered:
awless first install did not run well, and the config database don't contain the region.
To fix the problem, you can remove awless config folder with: (for masOS/Linux)
rm -Rf ~/.awless
In order to prevent this happening again, we will separate the initialization of the database (needed to set config variables) with the initialization of the environment (that loads, for example, the region from the database).
The text was updated successfully, but these errors were encountered: