Environments
Every set has an environment: Development, Staging, or Production. Keep test keys separate from production keys.Status
A set can be disabled by marking itINACTIVE. Its secrets are no longer served through
the CLI or interface. This is an instant, reversible circuit breaker.
Connect a set
Use
elding init to link your project to a set.