github.com/xgoffin/jenkins-library@v1.154.0/documentation/docs/cli/index.md (about)

     1  # Project "Piper" CLI
     2  
     3  The CLI is built using the go programming language and thus is distributed in a single binary file for Linux.
     4  
     5  The latest released version can be downloaded via `wget https://github.com/SAP/jenkins-library/releases/latest/download/piper`.
     6  
     7  Specific versions an be downloaded from the [GitHub releases](https://github.com/SAP/jenkins-library/releases) page.
     8  
     9  Once available in `$PATH`, it is ready to use.
    10  
    11  To verify the version you got, run `piper version`.
    12  To read the online help, run `piper help`.
    13  
    14  !!! hint "Use the shell completion"
    15      For the purpose of interactive usage on the command line, we recommend to setup shell completion scripts.
    16      Run `piper completion --help` for information on how to set it up for your shell.
    17      This might need to be updated from time to time to reflect new commands added to piper.
    18  
    19  !!! note "Linux only (as of now)"
    20      Since this is a binary compiled for Linux systems, you won't be able to use it on macOS or Windows systems.
    21      You might try running it inside Docker on those systems.
    22  
    23  If you're interested in using it with GitHub Actions, see [the Project "Piper" Action](https://github.com/SAP/project-piper-action) which makes the tool more convinient to use.