https://github.com/milly/anyenv-each
Provides `anyenv each` command to run sub-command of all **env.
https://github.com/milly/anyenv-each
Last synced: about 1 year ago
JSON representation
Provides `anyenv each` command to run sub-command of all **env.
- Host: GitHub
- URL: https://github.com/milly/anyenv-each
- Owner: Milly
- License: cc0-1.0
- Created: 2019-04-23T08:35:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T16:30:27.000Z (about 7 years ago)
- Last Synced: 2025-04-03T14:44:19.768Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anyenv-each [](http://creativecommons.org/publicdomain/zero/1.0/) [](https://travis-ci.org/Milly/anyenv-each)
This is an [anyenv](https://github.com/anyenv/anyenv) plugin that
provides `anyenv each` command to run sub-command of all \*\*env.
## Installation
Simply clone the repository into the plugins directory:
mkdir -p $(anyenv root)/plugins
git clone https://github.com/Milly/anyenv-each $(anyenv root)/plugins/anyenv-each
## Usage
anyenv each [--verbose|--quiet] [--stop-on-error] [--] []
## Options
* -v/--verbose Shows all output and details to stdout
* -q/--quiet Do not shows anything
* -e/--stop-on-error Stop if \*\*env command exits with a non-zero status
## License
[CC0](http://creativecommons.org/publicdomain/zero/1.0/) (Public Domain)