10.1 Environments
There are two primary environments: Staging and Production
Staging keys will not work in production and vice versa
To check your environment use:
creators-cli environment get
To set a staging as your environment:
creators-cli environment set staging
To set production as your environment:
creators-cli environment set production