Installing Local Tools
Codezero's developer tools help in the development and testing of Kubernetes applications through a Command Line Interface (CLI) and a web application.
To install Codezero via the command line, run:
curl -L https://releases.codezero.io/install-headless.sh | /bin/bash
If you want to play around with pre-releases, you can install canary releases using: curl -L https://releases.codezero.io | /bin/bash -s -- canary
. A word of caution, however, as canary releases have not been fully tested and may cause unexpected behavior.
Requirements
Codezero requires:
- MacOS or Ubuntu 18.x+ to run the CLI (
czctl
) sudo
/root
permissions on your local system
Install Only the Codezero CLI
If you are in a headless environment, or don't want to install the Desktop GUI, you can run:
curl -L https://releases.codezero.io/install-headless.sh | /bin/bash
to install a headless version of the tool, which only includes the czctl
CLI and background services.
Installing a Specific Version
If you want to install a specific version of our CLI or reinstall an older you can run:
curl -L https://releases.codezero.io/install-headless.sh | /bin/bash -s -- 1.7.0
Older releases might contain bugs that have since been fixed. We always recomend running the lastest version of both our CLI and Desktop products. Additonally, before opening any bug reports, please update the latest stable release. If you still encouter an issue, please report it on our public roadmap.