Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.06 KB

skuid CLI

skuid CLI is a command line interface for deploying and retrieving Skuid metadata between environments.

This repository's main branch currently represents the in-progress development of the next major release of the project.

To download binaries for the current stable release, see this repository's releases page.

To read documentation for the current stable release, see the Skuid docs site.

Local testing

To retrieve/deploy using a branch of skuid CLI, run the command in the root of this directory with go run main.go prepended. For example:

Retrieve

To retrieve run go run main.go retrieve --host='site.pliny.webserver' -d /directory -u='user' -p='pass' -v To get more information about retrieve flags, use go run main.go retrieve --help

Deploy

To deploy run go run main.go deploy --host='site.pliny.webserver' -d /directory -u='user' -p='pass' -v To get more information about deploy flags, use go run main.go deploy --help