workflow-cli

command module
v1.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

README

Drycc Client

Build Status Go Report Card codebeat badge codecov FOSSA Status

Download Links: https://github.com/drycc/workflow-cli/releases

drycc is a command line utility used to interact with the Drycc open source PaaS.

Please add any issues you find with this software to the Drycc Workflow CLI Project.

Download and run the Drycc install script(not windows):

For example, install v1.0.1 version:

sudo bash < <(curl -fsSL https://github.com/drycc/workflow-cli/releases/download/v1.0.1/install-drycc.sh)

After you execute the appropriate command for your system, you'll have a drycc binary in the current directory.

Run the following to see the version:

$ ./drycc --version

You can then move it anywhere in your path:

$ mv drycc /usr/local/bin
From Scratch on OS X and Linux

To compile the client from scratch, ensure you have Container installed and run

$ make
From Scratch on Windows

To compile the client from scratch, open PowerShell and execute the following commands in the source directory.

$ .\make bootstrap
$ .\make build

.\make bootstrap will fetch all required dependencies, while .\make build will compile and install the client in the current directory.

$ .\drycc --version

Usage

Running drycc help will give you a up to date list of drycc commands. To learn more about a command run drycc help <command>.

License

see LICENSE

FOSSA Status

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
git
logging
Package logging is used to print drycc application logs with colored output, when supported.
Package logging is used to print drycc application logs with colored output, when supported.
ssh
Package ssh contains SSH related utility functions that are used by both the CLI binary and the client SDK
Package ssh contains SSH related utility functions that are used by both the CLI binary and the client SDK

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL