Installs the Qoder CLI globally (supports both Global and China editions)
"features": {
"ghcr.io/cjcrobin/devcontainer-features/qodercli:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| edition | Qoder CLI edition to install. 'global' installs from qoder.com, 'cn' installs from qoder.com.cn. | string | global |
Installs the Qoder CLI via the official install script. The edition is selectable via the edition option.
Depending on the selected edition:
- Global (default):
curl -fsSL https://qoder.com/install | bash— binary:qodercli - China (CN):
curl -fsSL https://qoder.com.cn/install | bash— binary:qoderclicn
After installation, the CLI command will be available globally in the container:
- Global edition:
qodercli - China edition:
qoderclicn
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.