/shio-cli

:sparkles: :dna: :shell: Command line client to connect to remote Shio CMS and execute actions.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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