Skip to content

Commit

Permalink
update doc with new amp commands
Browse files Browse the repository at this point in the history
  • Loading branch information
freignat91 committed Nov 17, 2016
1 parent 50a1cef commit be8234e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@

## Starting AMP

Use the `swarm` shell script to launch amp swarm services. Available commands are:
Use the amp command `amp platform` or `amp pf` to launch amp swarm services. Available commands are:

* pull
* start
* ls
* restart
* stop
* status
* monitor

The usual workflow looks like this:

$ ./swarm pull
$ sudo ./swarm start
$ ./swarm monitor
$ sudo ./swarm restart (equivalent to stop, pull, start)
$ sudo ./swarm stop
$ amp pf pull
$ amp pf start
$ amp pf monitor (better in a separate console)
$ amp pf stop

Options:
-v --verbose To have more information messages
-s --silence To do not have message at all
-f --force Only for 'start', to force amp restart if alreaydy started or don't exit or error if a service doesn't start


## CLI

Expand Down

0 comments on commit be8234e

Please sign in to comment.