Skip to content

✨ 🧬 🐚 Command line client to connect to remote Shio CMS and execute actions.

License

Notifications You must be signed in to change notification settings

ShioCMS/shio-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shio_banner.png

Viglet Shio Client - Command line client to connect to remote Shio CMS and execute actions.

If you'd like to contribute to Viglet Shio Client, be sure to review the contribution guidelines.

We use GitHub issues for tracking requests and bugs.

Installation

Download

$ git clone https://github.com/ShioCMS/shio-client.git
$ cd shio-client

Deploy

Build

Use Go lang to build Shio CMS Client.

$ go build shio-cli.go

Usage

Connection

shio-cli.ini file is present in same directory of shio-client executable. Edit this file and add login, password and server URL of your Shio CMS.

login="admin"
password="admin"
server="http://localhost:2710"

Command line

./shio-cli new name_of_site: Create a new site

For example

$ ./shio-cli new SampleSite

About

✨ 🧬 🐚 Command line client to connect to remote Shio CMS and execute actions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages