# calicoctl **Repository Path**: coderaction/calicoctl ## Basic Information - **Project Name**: calicoctl - **Description**: https://github.com/projectcalico/calicoctl - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-04-18 - **Last Updated**: 2022-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](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](http://docs.projectcalico.org/master/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`. [Releases page]: https://github.com/projectcalico/calicoctl/releases [Homebrew]: https://brew.sh/ ### 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 `./dist/` and named `calicoctl-Documentation for Calico users is here:
https://docs.projectcalico.org