Configuration
Connect CLI to your database
Set, retrieve, or clear CLI configuration values to streamline your workflow.
Precedence
The CLI prioritizes configuration values in the following order:
Command line arguments (e.g.,
--db-url
)Config file (set using
2bttns-cli config set <key> <value>
)
Environment variables are considered (e.g.,
DATABASE_URL
,NEXTAUTH_SECRET
).
Was this helpful?