opticks-cli
v0.0.1
Published
The Opticks Command Line Interface
Downloads
1,906
Maintainers
Keywords
Readme
Opticks CLI
Usage
npx opticks-cli clean
// OR
npx opticks clean id=EXPERIMENT-ID winner=A|B
Running locally
First you will need to install dependencies and build the CLI in watch mode
cd opticks
yarn install
cd packages/cli && yarn build:watch
In a separate terminal window, create a symlink for opticks-cli
cd opticks
npm link
Navigate to your consumer project and link opticks-cli
cd opticks-consumer-project
npm link opticks-cli
opticks-cli clean