Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmage/ocdev
https://github.com/dmage/ocdev
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmage/ocdev
- Owner: dmage
- Created: 2017-06-12T14:38:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T07:28:27.000Z (9 months ago)
- Last Synced: 2024-03-01T08:34:07.690Z (9 months ago)
- Language: Shell
- Size: 95.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ocdev
```
$ ocdev
usage: ocdevAvailable commands:
bash-completion Print the bash-completion script
cleanup Empty Docker and remove half of your system
env Display the commands to set up the environment
exec Run a program from the directory with OpenShift binaries
godoc Run godoc for the package in the current directory
login-as-developer Login as the developer user
login-as-pruner Login as the pruner user
oadm Run openshift admin as the system:admin user
oc Run oc from the current source tree
ocdefault Run oc command as the system:admin user in the default namespace
start-router Start the router
test-end-to-end Build images and run end-to-end testsCommands for components:
openshift Manage the OpenShift server
prometheus Manage Prometheus
registry Manage the integrated Docker registryUsage examples:
ocdev cluster build
ocdev openshift start --loglevel=4
ocdev registry upocdev registry update
```## Extending
Create an executable file in ./snippets/ directory.
You can add a text section in the file
```
OCDEV USAGE: [-v]
OCDEV HELP: a short help messageBelow the HELP line you can write a longer description for your command.
OCDEV END
```