Options
This page introduces common options of cli-kintone.
info
Some options use environment variables as default values.
General
Option | Description |
---|---|
--version | Show version number |
--help | Show help |
Logging
See Logging reference for more details.
Option | Description |
---|---|
--log-level | Change log config level Levels: debug , info , warn , error , fatal , none |
--verbose | Set log config level to debug |
Authentication
Option | Description |
---|---|
--base-url | Kintone Base URL Default to KINTONE_BASE_URL |
--username , -u | Kintone Username Default to KINTONE_USERNAME |
--password , -p | Kintone Password Default to KINTONE_PASSWORD |
--api-token | App's API tokens Default to KINTONE_API_TOKEN |
--basic-auth-username | Kintone Basic Auth Username Default to KINTONE_BASIC_AUTH_USERNAME |
--basic-auth-password | Kintone Basic Auth Password Default to KINTONE_BASIC_AUTH_PASSWORD |
--pfx-file-path | The path to the client certificate file |
--pfx-file-password | The password of the client certificate file |
Network
Option | Description |
---|---|
--proxy | The URL of a proxy server Format: http://username:password@host:port Default to HTTPS_PROXY See Proxy reference for more details. |
Guest space
Option | Description |
---|---|
--guest-space-id | The ID of guest space Default to KINTONE_GUEST_SPACE_ID |