https://github.com/jream/cli-utils
CLI Utilities for Terminal Junkies
https://github.com/jream/cli-utils
cli docker docker-cli docker-compose terminal utils
Last synced: 10 days ago
JSON representation
CLI Utilities for Terminal Junkies
- Host: GitHub
- URL: https://github.com/jream/cli-utils
- Owner: JREAM
- Created: 2017-11-04T00:11:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T04:52:32.000Z (over 8 years ago)
- Last Synced: 2025-06-03T16:19:51.304Z (11 months ago)
- Topics: cli, docker, docker-cli, docker-compose, terminal, utils
- Language: Shell
- Homepage: https://jream.com
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI Utils
These are general CLI Utils used by myself in bash
to quicken things up.
Each folder is a category which you can do what you like with.
## Metasyntactic Names
These are used For Reference Examples wherever they may be needed.
```
foo bar baz quz quux corge uier
grault garply waldo fred plugh
thud mos henk def
```
## Docker CLI
This is a utility script for allowed you to work with docker easier;
At the moment, most specifically, micro-services.
### Usage
At this moment, the only file `boot.sh` should be placed alongside
a set of several docker-servers, here is a folder example:
```sh
/app-users
docker-compose.yml
/app-notes
docker-compose.yml
/server-proxy
docker-compose.yml
/server-db
docker-compose.yml
boot.sh <-- < Right Here >
```
Run `./boot.sh` to see a list of commands. The first thing
you'll want to do is organize the boot-order (if needed) after
your `bootlist` file is generated.
---
Open Source MIT License
(c) 2017 Jesse Boyer <(JREAM)[https://jream.com)>