Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 546 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 546 Bytes

container-automation-lib

Author: Jason Giedymin

Usage

General container usage is as follows:

  1. git clone this repo
  2. source from your container script
  3. get going!

Tests

To run the tests use:

bash test.sh

Tips

  1. Use run with functions: run fx1 fx2
  2. Test return code of function with if directly (PRs in progress)
  3. Don't nest functions, unless you unset them. Instead flatten out and see #1 above.
  4. Don't lib-ify too much (see remote.sh as what not to do).

License

Apache v2