X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=README.md;h=14a6262d6eea6bfdf07a171029fc840c6620d101;hb=22bc93248268f84257732f90fd383848ed262ca4;hp=0a43cf89dd4075acad4bd8bebf6215ad3a8905a1;hpb=59e9f7983efcc1ee08609b075ea8345e5318b125;p=candle diff --git a/README.md b/README.md index 0a43cf8..14a6262 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,34 @@ as the machines on which the CI's are run. Each project with a candle file has a .candle file in the root of the project with tasks to be run. += Limitations = + +This documentation needs to be updated once more things are working, but this is an +early version of everything. + +This only works in the following: + + * SBCL + * Linux + * Git as source control + * AWS as remote code + +There is also no email, and everything else handled via the CLI. + +Only one can be running at a time. + = Usage = -Run bin/candle +* Run bin/candle-server on a server somewhere, so that the candle client can connect to it +* Add projects via `bin/candle project add`, see `--help` for more information +* Remove projects via `bin/candle project delete`, see `--help` for more information +* Run `bin/candle project show ` to show status of project + * Includes what branches are failing +* Run `bin/candle project list` to show list all projects, and status +* Run `bin/candle project refresh` to refresh a project +* Run `bin/candle job log :` to see log +* Run `bin/candle job retry :` to retry the job + +== Local == + +* Run `bin/candle run` from a candle enabled project