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.
$ git clone https://github.com/ShioCMS/shio-client.git
$ cd shio-client
Use Go lang to build Shio CMS Client.
$ go build shio-cli.go
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"
./shio-cli new name_of_site
: Create a new site
For example
$ ./shio-cli new SampleSite