Skip to content

An attempt to create an application that serves as a one-stop-shop for DevOps Engineers.

License

Notifications You must be signed in to change notification settings

unfor19/ops

 
 

Repository files navigation

ops

Dockerhub pulls

Work In Progress- An attempt to create an application that serves as a one-stop-shop for DevOps Engineers.

Features

Requirements

  • Go v1.16.x

Usage

  • Cross platform support - macOS, Windows and Linux.
  • Check the Releases page to download the binary file

Available commands

A CLI for DevOps Engineers

Usage:
  ops [command]

Available Commands:
  download    Download a file efficiently
  help        Help about any command
  unzip       

Flags:
      --config string   config file (default is /.ops.yaml)
  -h, --help            help for ops
  -t, --toggle          Help message for toggle

Use "ops [command] --help" for more information about a command.

Docker

Run

  • Latest version
    docker run --rm -it unfor19/ops
  • Specific version - Check the Releases to see available versions
    docker run --rm -it unfor19/ops:0.0.11rc
    # docker run --rm -it unfor19/ops:0.0.11rc-scratch

Build Locally

  1. Clone
    git clone https://github.com/unfor19/ops.git && \
    cd ops
  2. Build
    docker build -t unfor19/ops .
    # docker build -t unfor19/ops -f Dockerfile.scratch .
  3. Run
    docker run --rm -it unfor19/ops

Contributing

Report issues/questions/feature requests on the Issues section.

Pull requests are welcome! Ideally, create a feature branch and issue for every single change you make. These are the steps:

  1. Fork this repo
  2. Create your feature branch from master (git checkout -b my-new-feature)
  3. Get dependencies
    go mod download
  4. Go Build
    go build
    # output file: ./ops
  5. Add the code of your new feature
  6. Commit your remarkable changes (git commit -am 'Added new feature')
  7. Push to the branch (git push --set-up-stream origin my-new-feature)
  8. Create a new Pull Request and tell us about your changes

Authors

Created and maintained by Meir Gabay

This project is based on - jacklin293/golang-parallel-download-with-accept-ranges

License

This project is licensed under the Apache License - see the LICENSE file for details

About

An attempt to create an application that serves as a one-stop-shop for DevOps Engineers.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 95.4%
  • Dockerfile 4.6%