The official plugin index for datumctl, the CLI for Datum Cloud.
| Name | Description |
|---|---|
| compute | Deploy and manage containerized workloads on Datum Cloud |
datumctl plugin install compute- Add the
datumctl-plugintopic to your GitHub repository. - Open a PR adding
plugins/<your-plugin-name>.yamlfollowing the schema. - CI will validate your manifest: schema, URI resolution, and SHA256 verification.
- Once merged,
index.yamlis regenerated automatically.
apiVersion: datumctl.datum.net/v1alpha1
kind: Plugin
metadata:
name: my-plugin # short name: datumctl plugin install my-plugin
spec:
shortDescription: One-line description shown in datumctl plugin search
homepage: https://github.com/your-org/datumctl-my-plugin
version: v1.0.0
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/your-org/datumctl-my-plugin/releases/download/v1.0.0/datumctl-my-plugin_Linux_x86_64.tar.gz
sha256: <lowercase hex sha256 of the archive>The binary inside each archive must be named datumctl-<name> (or datumctl-<name>.exe on Windows).