Command line flags that can be used with any Nile CLI command
Flag | Description | Default |
---|---|---|
--api-key <key> | API key for authentication | Environment variable: NILE_API_KEY |
--workspace <name> | Workspace to use | Environment variable: NILE_WORKSPACE |
--db <name> | Database to use | Environment variable: NILE_DB |
Flag | Description | Default |
---|---|---|
--format <type> | Output format (human, json, csv) | human |
--color | Enable colored output | true |
--no-color | Disable colored output | - |
Flag | Description | Default |
---|---|---|
--db-host <host> | Custom database host | Environment variable: NILE_DB_HOST |
--global-host <host> | Custom global host | Environment variable: NILE_GLOBAL_HOST |
--auth-url <url> | Custom authentication URL | Environment variable: NILE_AUTH_URL |
Flag | Description | Default |
---|---|---|
--debug | Enable debug output | false |