Code Monkey home page Code Monkey logo

get.keptn.sh's Introduction

get.keptn.sh repository

This repo is part of the Keptn Project and provides the following two files:

  • version.json - contains information about the available Keptn versions, published to https://get.keptn.sh/version.json
  • get.sh - auto installation script for the keptn CLI which is published on https://get.keptn.sh (e.g., run curl -sL https://get.keptn.sh | bash)

Process Details

If a new Keptn GA release is published on GitHub we will create a Pull Request in this repo with the the updated version of version.json. Once this is merged, the changes will be automatically uploaded to https://get.keptn.sh.

get.sh params

Currently, the following parameters are available:

  • KEPTN_VERSION - Optional; points to a GitHub Release of keptn/keptn, e.g., 0.7.0; default: latest release
  • TARGET_ARCH - specifies the target CPU architecture, e.g., amd64; default: amd64
  • INSTALL_DIRECTORY - specifies the installation directory (default for Linux/MacOS: /usr/local/bin); if unset, keptn cli binary will stay in current working directory

Examples

  1. Install the latest stable version for the current operating system and CPU architecture
    curl -sL https://get.keptn.sh | bash
  2. Install an alpha version
    curl -sL https://get.keptn.sh | KEPTN_VERSION=0.8.0-alpha bash
  3. Install the latest stable version for amd64
    curl -sL https://get.keptn.sh | TARGET_ARCH=amd64 bash

version.json

The file version.json contains information about the latest versions available and upgradepaths.

License

Please see LICENSE.

get.keptn.sh's People

Contributors

adriangonciarz avatar agrimmer avatar bacherfl avatar christian-kreuzberger-dtx avatar ermin-muratovic avatar johannes-b avatar robertjahn avatar

Watchers

 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.