10up/Derrick-CLI

Name: Derrick-CLI

Owner: 10up

Description: null

Created: 2015-02-03 16:18:16.0

Updated: 2016-10-13 19:30:21.0

Pushed: 2015-07-20 18:18:19.0

Homepage: null

Size: 729

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Derrick-CLI

Derrick CLI is the global CLI application for interacting with Derrick Server.

Installation
install -g derrick-cli
Usage

For full documentation, see the Derrick Server documentation.

After installing Derrick Server, you'll be able to work with projects using Derrick CLI.

System Requirements

Since both the CLI and Derrick Server have specific system requirements, the CLI tool has a simple utility for testing and verifying your machine meets these requirements:

ick requirements
Import
ick import <manifest.json>

Imports a project defined in the manifest file. Manifests maybe local or remote.

If running this against a local repository, you can automatically add a (similarly) local Satis cache for Composer repositories by affixing a --satis flag.

ick import <manifest.json> --satis http://host.dev:4680
Create
ick create

Interactively create a new project

Export
ick export [path]

Export the current state of a project. If your current working directory is not the project you wish to export, you must specify the path to the project.

Release History
Copyright / License

Derrick CLI is copyright (c) 2015 by 10up and its various contributors under the terms of the MIT license.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.