sqd secrets
Manage account secrets
The secrets are exposed as a context, and are accessible to all the squids deployed by the current SQD Cloud organization.
sqd secrets list
List organization secrets in the Cloud
See code: src/commands/secrets/list.ts
sqd secrets remove NAME
Delete an organization secret in the Cloud
See code: src/commands/secrets/remove.ts
sqd secrets set NAME VALUE
Add or update an organization secret in the Cloud. VALUE is required by @subsquid/[email protected]; omitting it does not read the value from standard input. The secret is exposed as an environment variable to all squids in the organization. Changes take effect only after a squid is restarted or updated.
The value is a positional command-line argument and may be recorded in shell
history. Use the Cloud console when that is not acceptable.
See code: src/commands/secrets/set.ts