Skip to content

Commit

Permalink
Bumping version and NPM publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyas committed Oct 24, 2018
1 parent 68dbc6e commit 438e36b
Show file tree
Hide file tree
Showing 7 changed files with 4,331 additions and 410 deletions.
17 changes: 17 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ Interact with the Alfresco repository with an interactive command line.
== Usage
- Call `alfresco-cli` from your terminal.

=== Logging in

Type `login --help` to read the help on logging in to the system and fetch an authentication token for the CLI.

=== Changing into a node

Use `cd <nodeId>`, where nodeId is the node ID of the nodeRef you want to change to.

=== Listing contents (chldren) within a node

Use `ls` or `ls <nodeId>` to list contents within a node.

=== Search for contents

Use `search <query> [language]` to search for contents.


=== Commands and Operations
- Login
- Logout
Expand Down
366 changes: 0 additions & 366 deletions index.js

This file was deleted.

Loading

0 comments on commit 438e36b

Please sign in to comment.