mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-24 21:35:24 +02:00
Co-authored-by: Daria Staferova <daria.staferova@n8n.io> Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
606 B
606 B
config
Manage CLI configuration (URL, API key).
config set-url
Set the n8n instance URL.
n8n-cli config set-url https://my-n8n.app.n8n.cloud
n8n-cli config set-url http://localhost:5678
config set-api-key
Set the API key for authentication.
n8n-cli config set-api-key n8n_api_xxxxx
The API key is stored in ~/.n8n-cli/config.json with 0600 file permissions.
config show
Show current configuration.
n8n-cli config show
# URL: https://my-n8n.app.n8n.cloud
# API Key: n8n_api_xxxx...xxxx
The API key is partially masked for security.