/blue-worker

an ec2 cloud worker for awesome-bash-cli.

Primary LanguageShellCreative Commons Zero v1.0 UniversalCC0-1.0

blue-worker

blue-worker is an ec2 cloud worker and an awesome-bash-cli (abcli) plugin.

image


To start a blue-worker open an abcli terminal and type in,

abcli instance from_image - - ssh
abcli cookie copy worker
abcli session start

jobs

To submit a <command-line> as a job type in,

abcli job submit - "<command-line>"

Or, write a script in python or bash, and then submit it as a job,

abcli select
abcli script [python]

# write the python or bash script in the editor that opens.

abcli script submit . [<tags>]

works

works cover activities that occur regularly, such as maintenance, and are maintained in ./.abcli/works/*.sh.