{info.cartCount}

New customers

- .

Register

Sign in

Sign in

{session.user.name}
{session.user.emailAddress}

Sign out

Getting started

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 --help

For sub commands of a given CLI module (e.g. static) you would use the following.

oc static --help

Authentication

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 login

and you can de-authorise your machine at any time by issuing

oc logout

Top