Skip to content

skuid/skuid-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:3000' -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:3000' -d directory -u='user' -p='pass' -v To get more information about deploy flags, use go run main.go deploy --help

About

A command line application for interacting with Skuid Pages.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors