oxfordcyber-cli
v0.0.60
Published
CLI package for Oxford Cyber products
Readme
oxfordcyber-cli
The Oxford Cyber CLI provides powerful developer access to the Oxford Cyber suite of products.
###Pre-requisites To use the Oxford Cyber CLI you will need to have signed up for an Oxford Cyber account. To register for an account please visit https://oxfordcyber.uk/register/
###Installation
The CLI tools should be installed globally on your system using the following command.
npm install -g oxfordcyber-cli ###Basic usage
Once installed you can access the Oxford Cyber CLI using the oc command. To list available commands use the following command.
oc --helpFor sub commands of a given CLI module (e.g. static) you would use the following.
oc static --helpAuthentication
The CLI tools require authentication on a per-machine basis. To authenticate your machine for your account you can issue the following command where you will be prompted for your account email address and password.
oc loginand you can de-authorise your machine at any time by issuing
oc logoutAvailable modules
The following CLI modules are currently implemented
####Static
The static module provides tools for site developers to manage the source code (theme) for Oxford Cyber LIVESTATIC web sites. This includes ability to obtain the latest code from the remote service and to push new versions ready for preview online.
For full documentation on the use of the CLI for LIVESTATIC please visit
https://oxfordcyber.uk/help/livestatic-hosting/cli-tools/
