Skip to main content
Set a config value. Keys: api_key, environment

Usage

jinko config set [options] <key> <value>

Arguments

ArgumentRequiredDescription
keyYes
valueYes

Options

No options.

Examples

# Switch the active environment (prod | sandbox)
jinko config set environment sandbox

# Store an API key under the active environment
jinko config set api_key jnk_your_key