write shell in sh.yml
Project description
Sometimes gnu make reminds me how old I am, shyml makes me feel like a baby again.
Note: CLI version 0.8 is incomptable with CLI version 0.7, now executes jobs by default and supports running with a shebang.
Getting started
Install with pip install shyml.
And then you can add files like that to your repositories:
#!/usr/bin/env shyml
name: test
help: Testing commands
script: some command
hook: before # inject this job prior to others
env:
GLOBAL_ENV: something
---
name: test.reset
help: Example subcommand
env:
LOCAL_ENV: other
script:
- echo $GLOBAL_ENV $LOCAL_ENV
- some
--super
--long=$myvar
line
- ./sh.yml test
Usage:
./sh.yml # lists jobs
./sh.yml -d jobname # print a job script code
./sh.yml jobname # run a job in a local bash shell
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
shyml-0.8.0.tar.gz
(4.3 kB
view details)
File details
Details for the file shyml-0.8.0.tar.gz
.
File metadata
- Download URL: shyml-0.8.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4484ae4f4e180e0169456a912455f811d83524f3abe9a9044f5882588ad8c381 |
|
MD5 | 3634941999dce289e51acf63895d2e45 |
|
BLAKE2b-256 | 8bd4dd13d8c63406bf77d7e9e1f26aa080564617ae457318ffdc02a14d6218d8 |