Cirrus-ci-docs: Cirrus CLI

Created on 17 Dec 2018  路  4Comments  路  Source: cirruslabs/cirrus-ci-docs

Cirrus should have a CLI that allows to run tasks locally using pre-installed Docker or pre-installed Anka. Since abbreviation of Cirrus clouds is CI let's call the CLI simply ci. Usage of ci will look like this:

# run tests
ci test
# run all tasks in .cirrus.yml
ci
# validate config
ci --validate

See a design doc here.

feature high-priority

Most helpful comment

Just to clarify: the command should be cirrus because I believe ci does stuff on some systems

All 4 comments

Just to clarify: the command should be cirrus because I believe ci does stuff on some systems

I'm here because I want a first MVP of the cirrus tool that lets me validate the config before I push it.

I'm happy to announce that we are starting actively developing the CLI and there is the first version that can only validate .cirrus.yml for now. Please keep an eye on releases of https://github.com/cirruslabs/cirrus-cli for updates!

The last 0.3.1 release of the can run containerized tasks in any environment with Docker installed. Please give it a try! https://github.com/cirruslabs/cirrus-cli

cli-mark-3

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dbolkensteyn picture dbolkensteyn  路  3Comments

aslushnikov picture aslushnikov  路  5Comments

fkorotkov picture fkorotkov  路  5Comments

EpicEric picture EpicEric  路  3Comments

awnumar picture awnumar  路  5Comments