> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/global-flags.md).

# Global Flags

The following global flags are available for all cldkctl commands. These options can be used in combination with any command to customize configuration, connection settings, or execution behavior.

<table><thead><tr><th width="154.30206298828125">Flag</th><th width="87.52734375">Type</th><th>Description</th></tr></thead><tbody><tr><td>-U, --base-url</td><td>string</td><td>Base URL for API requests (default "https://ai.cloudeka.id")</td></tr><tr><td>-N, --default-namespace</td><td>string</td><td>Set a default namespace (default "default")</td></tr><tr><td>-P, --default-project</td><td>string</td><td>Set a default project ID to avoid repeated entries</td></tr><tr><td>-R, --default-registry</td><td>string</td><td>Set a default registry</td></tr><tr><td>--editor</td><td>string</td><td>Set a default editor (default "vim")</td></tr><tr><td>--max-retries</td><td>int</td><td>Maximum number of retries for HTTP requests (default 3)</td></tr><tr><td>-O, --organization</td><td>string</td><td>Set an organization</td></tr></tbody></table>
