github.com/drycc/workflow-cli@v1.5.3-0.20240322092846-d4ee25983af9/README.md (about)

     1  # Drycc Client
     2  
     3  [![Build Status](https://woodpecker.drycc.cc/api/badges/drycc/workflow-cli/status.svg)](https://woodpecker.drycc.cc/drycc/workflow-cli)
     4  [![Go Report Card](https://goreportcard.com/badge/github.com/drycc/workflow-cli)](https://goreportcard.com/report/github.com/drycc/workflow-cli)
     5  [![codebeat badge](https://codebeat.co/badges/b609cb7f-7b42-4214-8787-09298f553176)](https://codebeat.co/projects/github-com-drycc-workflow-cli-main)
     6  [![codecov](https://codecov.io/gh/drycc/workflow-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/drycc/workflow-cli)
     7  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdrycc%2Fworkflow-cli.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdrycc%2Fworkflow-cli?ref=badge_shield)
     8  
     9  Download Links: https://github.com/drycc/workflow-cli/releases
    10  
    11  `drycc` is a command line utility used to interact with the [Drycc](http://drycc.cc) open source PaaS.
    12  
    13  Please add any [issues](https://github.com/drycc/workflow-cli/issues) you find with this software to the [Drycc Workflow CLI Project](https://github.com/drycc/workflow-cli).
    14  
    15  ## Download and run the Drycc install script(not windows):
    16  
    17  For example, install v1.0.1 version:
    18  
    19  ```console
    20  sudo bash < <(curl -fsSL https://github.com/drycc/workflow-cli/releases/download/v1.0.1/install-drycc.sh)
    21  ```
    22  
    23  After you execute the appropriate command for your system, you'll have a `drycc` binary in the current directory.
    24  
    25  Run the following to see the version:
    26  
    27  ```console
    28  $ ./drycc --version
    29  ```
    30  
    31  You can then move it anywhere in your path:
    32  
    33  ```console
    34  $ mv drycc /usr/local/bin
    35  ```
    36  
    37  ### From Scratch on OS X and Linux
    38  
    39  To compile the client from scratch, ensure you have Container installed and run
    40  
    41      $ make
    42  
    43  ### From Scratch on Windows
    44  
    45  To compile the client from scratch, open PowerShell and execute the following commands in the source directory.
    46  
    47      $ .\make bootstrap
    48      $ .\make build
    49  
    50  `.\make bootstrap` will fetch all required dependencies, while `.\make build` will compile and install
    51  the client in the current directory.
    52  
    53      $ .\drycc --version
    54  
    55  ## Usage
    56  
    57  Running `drycc help` will give you a up to date list of `drycc` commands.
    58  To learn more about a command run `drycc help <command>`.
    59  
    60  ## License
    61  
    62  see [LICENSE](https://github.com/drycc/workflow-cli/blob/main/LICENSE)
    63  
    64  [k8s-home]: http://kubernetes.io
    65  [install-k8s]: http://kubernetes.io/gettingstarted/
    66  [mkdocs]: http://www.mkdocs.org/
    67  [issues]: https://github.com/drycc/workflow/issues
    68  [prs]: https://github.com/drycc/workflow/pulls
    69  [Drycc website]: http://drycc.com/
    70  [blog]: https://blog.drycc.info/blog/
    71  [slack community]: https://slack.drycc.com/
    72  
    73  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdrycc%2Fworkflow-cli.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdrycc%2Fworkflow-cli?ref=badge_large)