Skip to content

thomas-maurice/chronosctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chronosctl

A tool to interact with Mesosphere's Chronos via the commandline.

Features

For now, you can perform the following actions:

  • List jobs and see an overview of their status
  • Inspect individual jobs
  • Launch jobs at will
  • Create jobs
  • Create docker jobs
  • Delete jobs
  • Kill tasks for a given job

Compiling

Just enter make in a terminal, it will work out just fine.

## Using Help is provided. Just enter ./chronosctl -h

Configuring

You must use a configuration file named chronosctl.yml

It should look like:

url: https://yourchronosendpoint
# Those two are optional, they are the basic auth
# credentials required :)
username: chronos
password: ieatzeus

## License GPL v3

Contributing

I'll more than gladly accept contributions, whatever they are, pull requests, suggestions, tests, fixes or what ever do not hesitate to submit amelioration.

For any question, ask me

About

CLI tool to interract with Mesosphere's Chronos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published