0.0.3-alpha.25 • Published 1 year ago
@watonomous/linux-directory-provisioner v0.0.3-alpha.25
Linux Directory Provisioner
Tool to provision Linux users and groups. Useful for provisioning a large number of users and groups. Much faster than ansible.builtin.user and ansible.builtin.group. Used internally at WATcloud.
Getting started
- Prepare a configuration file in the format specified in src/schema.mjs.
- Run the following command to run the provisioner:
npx @watonomous/linux-directory-provisioner@v0.0.3-alpha.24 --config=path_to_config.json
Publishing to NPM
- Increment the version number in
package.json
:
npm version prerelease --preid alpha
# or
npm version patch # or minor or major
- Push the new version to GitHub:
git push --atomic origin main <tag>
- Create a release on GitHub with the tag you just pushed.
- The GitHub Action pipeline will automatically publish the new version to NPM.
0.0.3-alpha.25
1 year ago
0.0.3-alpha.22
1 year ago
0.0.3-alpha.23
1 year ago
0.0.3-alpha.24
1 year ago
0.0.3-alpha.21
2 years ago
0.0.3-alpha.20
2 years ago
0.0.3-alpha.19
2 years ago
0.0.3-alpha.18
2 years ago
0.0.3-alpha.16
2 years ago
0.0.3-alpha.14
2 years ago
0.0.3-alpha.13
2 years ago
0.0.3-alpha.11
2 years ago
0.0.3-alpha.10
2 years ago
0.0.3-alpha.8
2 years ago
0.0.3-alpha.6
2 years ago
0.0.3-alpha.5
2 years ago