GithubHelp home page GithubHelp logo

unfor19 / ops Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linlichieh/golang-parallel-download-with-accept-ranges

1.0 2.0 0.0 3.74 MB

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

Home Page: https://meirg.co.il

License: Apache License 2.0

Go 95.41% Dockerfile 4.59%

ops's Introduction

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

ops's People

Contributors

unfor19 avatar linlichieh avatar

Stargazers

Ziv Rechnitser avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.