Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' into hotfix/1.0.0-RC.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed May 16, 2017
2 parents a312865 + e28c47f commit 83501ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Greenkeeper badge](https://badges.greenkeeper.io/SenseNet/sn-client-cli.svg)](https://greenkeeper.io/)


This package is a command line tool for the Sense/NET Platform's [Client Library](https://github.com/SenseNet/sn-client-js "sn-client-js").
This package is a command line tool for the sensenet ECM's [Client Library](https://github.com/SenseNet/sn-client-js "sn-client-js").

## Note
This package is under development and not released yet.
Expand All @@ -26,17 +26,17 @@ npm install sn-client-js https://github.com/SenseNet/sn-client-cli --save

## Usage

From th command line, you can run:
From the command line you can run:

``
$ sn-client [command] --[options]
``

### Available commands
**init** -
Creates an initial 'sn.config.js' in your project root. You can use this for providing default configuration options to the CLI.
Creates an initial 'sn.config.js' in your project root. You can use this providing default configuration options to the CLI.

**fetch-types** -
If you have customized your **Sense/Net ECM repository** with custom content types, you can use this command to get the generated TypeScript classes and refresh the built-in ones in **sn-client-js** package from a _specified_ repository.
If you have customized your **sensenet ECM repository** with custom content types, you can use this command to get the generated TypeScript classes and refresh the built-in ones in **sn-client-js** package from a _specified_ repository.

**help** - Displays a help screen about the CLI, the available commands and options
**help** - Displays a help screen about the CLI with the available commands and options

0 comments on commit 83501ef

Please sign in to comment.