calicoctl

Calico CLI tool

  • Owner: projectcalico/calicoctl
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Build Status
CircleCI branch

Slack Status
IRC Channel

calicoctl

This repository is the home of calicoctl.

For information on calicoctl usage, see the calicoctl reference information

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.

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-<os>-<arch>, e.g.:

$ ls -1 ./dist/
calicoctl-linux-amd64
calicoctl-linux-arm64
calicoctl-linux-ppc64le
calicoctl-linux-s390x
calicoctl-darwin-amd64
calicoctl-windows-amd64.exe

To build for a different OS or ARCH, simply define it as a var to make, e.g.:

$ make build ARCH=arm64
$ make build OS=darwin ARCH=amd64

To list all possible targets, run make help.

Tests

Tests can be run in a container to ensure all build dependencies are met.

To run the tests

make test

Note: Tests depend on the test image calico/test, which is available only on amd64. The actual image used as set by the make variable TEST_CONTAINER_NAME. If you have a local build of that image or one for a different architecture, you can override it by setting the variable, e.g.:

$ make test TEST_CONTAINER_NAME=some/container:tag

Main metrics

Overview
Name With Ownerprojectcalico/calicoctl
Primary Language
Program languageShell (Language Count: 0)
Platform
License:
所有者活动
Created At2015-01-21 23:46:47
Pushed At2022-08-01 18:46:27
Last Commit At2021-12-15 15:10:41
Release Count275
Last Release Namev3.20.6 (Posted on 2022-08-01 17:43:49)
First Release Namev0.0.2 (Posted on )
用户参与
Stargazers Count0.9k
Watchers Count60
Fork Count291
Commits Count3.8k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count1454
Pull Requests Open Count0
Pull Requests Close Count284
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private