Conduktor CLI to perform operations directly from your command line or a CI/CD pipeline
50K+
This repository contain Conduktor CLI docker image. Conduktor CLI is a command line tool to interact with Conduktor Console. It is strongly inspired by Kubernetes kubectl CLI tool and reuse some of it's concepts.
Look for assets of the last release at https://github.com/conduktor/ctl/releases
How to get the latest docker image:
docker pull conduktor/conduktor-ctl:latest
You will need Go 1.22+ installed and configured on your machine.
To build simply run
go build -o conduktor .
You will find the conduktor binary at the root of the project.
To run the CLI you will need to provide the Conduktor Console URL and an API access token.
To use Conduktor CLI, you need to define 2 environment variables:
/settings/public-api-keys page of your Console instance.CDK_BASE_URL=http://localhost:8080
CDK_API_KEY=<admin-token>
Usage:
conduktor [command]
Available Commands:
apply Upsert a resource on Conduktor
completion Generate the autocompletion script for the specified shell
delete Delete resource of a given kind and name
get Get resource of a given kind
help Help about any command
version Display the version of conduktor
Flags:
-h, --help Help for conduktor
-v, --verbose Show more information for debugging
You can find more usage details on our documentation
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Content type
Image
Digest
sha256:2c12d4a09…
Size
18.6 MB
Last updated
about 2 months ago
docker pull conduktor/conduktor-ctl