summaryrefslogtreecommitdiff
path: root/makima/docs/CLI.md
diff options
context:
space:
mode:
Diffstat (limited to 'makima/docs/CLI.md')
-rw-r--r--makima/docs/CLI.md4
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) |