Skip to content

Commit

Permalink
Adding selfupdate command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Jun 1, 2015
1 parent d4c712b commit 3dc0e89
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ Add the following to your `composer.json`

# Usage

$ magescan scan store.example.com
$ magescan.phar scan store.example.com

## Commands

### `scan`

scan [--all-paths] [--show-modules] <url>
$ magescan.phar scan [--all-paths] [--insecure] [--show-modules] <url>

Scans the given `<url>`.

Expand All @@ -89,6 +89,12 @@ If set, SSL certificates won't be validated

Show all modules that we tried to detect, not just those that were found

### `selfupdate`

$ magescan.phar selfupdate

Updates the phar file to the latest version.

# Disclaimer

Since we can't see the code base, this tool makes assumptions and takes guesses. Information reported isn't guaranteed to be correct.
Expand Down

0 comments on commit 3dc0e89

Please sign in to comment.