Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 857 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 857 Bytes

Documentation for the Cadence command line interface is located at our main site.

Quick Start

Run make cadence from the project root. You should see an executable file called cadence. Try a few example commands to get started:
./cadence for help on top level commands and global options
./cadence domain for help on domain operations
./cadence workflow for help on workflow operations
./cadence tasklist for help on tasklist operations
(./cadence help, ./cadence help [domain|workflow] will also print help messages)

Note: Make sure you have a Cadence server running before using the CLI.

Homebrew

Cadence CLI homebrew formula is maintain by a community project:

% brew tap git-hulk/cadence
% brew install cadence-cli