Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
From May 19, gateways will require an API key. Read the announcement
Manage squid secrets in SQD Cloud with the sqd secrets CLI — set API keys, RPC endpoints, and database credentials securely per organization.
Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
sqd secretssqd secrets listUSAGE
$ sqd secrets list [--interactive] [-o <value>]
FLAGS
-o, --org=<value> Organization
--[no-]interactive Disable interactive mode
ALIASES
$ sqd secrets ls
sqd secrets remove NAMEUSAGE
$ sqd secrets remove NAME [--interactive] [-o <value>]
ARGUMENTS
NAME The secret name
FLAGS
-o, --org=<value> Organization
--[no-]interactive Disable interactive mode
ALIASES
$ sqd secrets rm
sqd secrets set NAME VALUEUSAGE
$ sqd secrets set NAME VALUE [--interactive] [-o <value>]
ARGUMENTS
NAME The secret name
VALUE The secret value
FLAGS
-o, --org=<value> Organization
--[no-]interactive Disable interactive mode
Was this page helpful?