diff options
author | Dmitrii Sosedov <d.sosedov@gmail.com> | 2020-02-24 00:08:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-24 06:07:42 +0700 |
commit | 71fa22a53c8d7f58b88415fde6ec4c75d3931530 (patch) | |
tree | 0af99fcc245dd443c36387146297a67566c92a86 /development/fly/README | |
parent | 39ffb2e5af03e133e3b001ed700a56605df92fc9 (diff) | |
download | slackbuilds-71fa22a53c8d7f58b88415fde6ec4c75d3931530.tar.gz |
development/fly: Added (cli tool for concourse).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/fly/README')
-rw-r--r-- | development/fly/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/fly/README b/development/fly/README new file mode 100644 index 0000000000..da0dc24d27 --- /dev/null +++ b/development/fly/README @@ -0,0 +1,6 @@ +fly + +fly is a command-line tool for Concourse administration. + +Concourse is an automation system written in Go. It is most commonly used for CI/CD, +and is built to scale to any kind of automation pipeline, from simple to complex. |