[](https://semaphoreci.com/calico/calicoctl) [](https://circleci.com/gh/projectcalico/calicoctl/tree/master) [](https://slack.projectcalico.org) [](https://kiwiirc.com/client/irc.freenode.net/#calico) # calicoctl This repository is the home of `calicoctl`.
Note that the documentation in this repo is targeted at Calico contributors.For information on `calicoctl` usage, see the [calicoctl reference information](https://docs.tigera.io/calico/latest/reference/calicoctl/) ### Install Binary downloads of `calicoctl` can be found on the [Releases page]. Unpack the `calicoctl` binary and add it to your PATH and you are good to go! If you want to use a package manager: - [Homebrew] users can use `brew install calicoctl`. More detailed installation instructions, including are available in the [online documentation][detailed install instructions]. [Releases page]: https://github.com/projectcalico/calicoctl/releases [Homebrew]: https://brew.sh/ [detailed install instructions]: https://docs.tigera.io/calico/latest/operations/calicoctl/install ### Developing Print useful actions with `make help`. ### Building `calicoctl` For simplicity, `calicoctl` can be built in a Docker container, eliminating the need for any dependencies in your host developer environment, using the following command: ``` make build ``` The binary will be put in `./bin/` and named `calicoctl-Documentation for Calico users is here:
https://docs.tigera.io/calico