yaml orchestration for bash
Project description
Sometimes I find make too old, autoplay unfrustrates me.
Getting started
Install with pip install autoplay.
Try a builting example with command:
autoplay run twine pypi_user=jpic pypi_pass=lol mode=dryrun
Create a file with name autoplay.yml containing:
---
env:
someglobal: foo
---
name: example
env:
example_var: ./autoplay-example
multiline_var: |
foo
bar
setup:
- test -f $example_var || echo "$multiline_var" > $example_var
script:
- cat $example_var
---
name: test
requires:
- example
Then, see the commands it would execute with autoplay run example mode=dryrun…
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autoplay-0.1.0.tar.gz
(4.7 kB
view details)
File details
Details for the file autoplay-0.1.0.tar.gz.
File metadata
- Download URL: autoplay-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5284fc44028764e7e4ba0ba9bb2165f46ccbac0a11bbdaa2f698fa4ac3ecf88
|
|
| MD5 |
7f83cef3ce283a63dedd665b4f599d27
|
|
| BLAKE2b-256 |
3dcc28a00d354b3ab9d961be2eef4cce2c8fbcf40d7e5b48c8c2d0e9cb6d7bf5
|