diff options
Diffstat (limited to 'makima/docs')
| -rw-r--r-- | makima/docs/CLI.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makima/docs/CLI.md b/makima/docs/CLI.md index 5246a30..0d4e499 100644 --- a/makima/docs/CLI.md +++ b/makima/docs/CLI.md @@ -140,7 +140,7 @@ All supervisor subcommands accept these common options: | Option | Environment Variable | Default | Description | |--------|---------------------|---------|-------------| -| `--api-url <URL>` | `MAKIMA_API_URL` | `http://localhost:8080` | API URL | +| `--api-url <URL>` | `MAKIMA_API_URL` | `https://api.makima.jp` | API URL | | `--api-key <KEY>` | `MAKIMA_API_KEY` | - | API key for authentication | | `--contract-id <UUID>` | `MAKIMA_CONTRACT_ID` | - | Contract ID | | `--task-id <UUID>` | `MAKIMA_TASK_ID` | - | Current task ID (optional) | @@ -314,7 +314,7 @@ All contract subcommands accept these common options: | Option | Environment Variable | Default | Description | |--------|---------------------|---------|-------------| -| `--api-url <URL>` | `MAKIMA_API_URL` | `http://localhost:8080` | API URL | +| `--api-url <URL>` | `MAKIMA_API_URL` | `https://api.makima.jp` | API URL | | `--api-key <KEY>` | `MAKIMA_API_KEY` | - | API key for authentication | | `--contract-id <UUID>` | `MAKIMA_CONTRACT_ID` | - | Contract ID | | `--task-id <UUID>` | `MAKIMA_TASK_ID` | - | Current task ID (optional) | |
