Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wodby/wodby-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

253 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wodby CLI 2.0

Build Status Docker Pulls Docker Stars

This project provides a unified command line interface to Wodby 2.0

Install

Fetch the latest release for your platform:

Linux (amd64)

export WODBY_CLI_LATEST_URL=$(curl -s https://api.github.com/repos/wodby/wodby-cli/releases/latest | grep linux-amd64 | grep browser_download_url | cut -d '"' -f 4)
wget -qO- "${WODBY_CLI_LATEST_URL}" | sudo tar xz -C /usr/local/bin

macOS

export WODBY_CLI_LATEST_URL=$(curl -s https://api.github.com/repos/wodby/wodby-cli/releases/latest | grep darwin-amd64 | grep browser_download_url | cut -d '"' -f 4)
wget -qO- "${WODBY_CLI_LATEST_URL}" | tar xz -C /usr/local/bin

Documentation

See the Wodby CLI documentation for usage and examples, and the CLI reference for the full command list.

Authentication

Before using the CLI, set your Wodby API key:

export WODBY_API_KEY=...

After that, run the CLI with wodby.

About

Wodby CLI

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages