0.1.4 • Published 5 years ago

@tideflowio/tfagent v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Tideflow's agent CircleCI Greenkeeper badge

Run commands as workflow steps via tideflow

Install

Ensure you have Node.js version 8+ installed. Then run the following:

$ npm install --global tideflow-agent

Usage

$ tideflow-agent --help                                          
Usage: index [options]

Options:
  --noupdate           Opt-out of update version check
  -v, --version        output the version number
  -t, --token [token]  Authentication token
  -h, --help           output usage information

Examples:
  $ tideflow-agent --help
  $ tideflow-agent -h

Environment variables

# Specify the URL to connect to the Tideflow's platform.
# Optional. Defaults to localhost:1337
# Example: http://subdomain.example.com:1337
TF_AGENT_URL