Skip to content

v0.1.1

Compare
Choose a tag to compare
@brikis98 brikis98 released this 05 Mar 23:36
· 52 commits to master since this release
ff79100

Modules affected

  • array.sh
  • assert.sh
  • aws.sh
  • file.sh
  • os.sh

Description

  • Extracted lots of great helper functions from package-kafka and package-zookeeper and moved them to bash-commons. These include array_split, array_prepend, assert_exactly_one_of, file_replace_text_in_files, os_user_exists, os_create_user, os_change_dir_owner, and a number of AWS EC2 and ENI functions. Check out the PR link below for the full list.

Related links