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.
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

Most helpful comment
Just to clarify: the command should be
cirrusbecause I believecidoes stuff on some systems