Skip to content

Commit

Permalink
Add more documentation for medic-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed May 2, 2018
1 parent 46db2db commit c296a4a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,11 @@ Fetch logs from a production server.
## Usage

medic-logs <instance-name> <log-types...>

Accepted log types:

api
couchdb
gardener
nginx
sentinel
8 changes: 8 additions & 0 deletions bin/medic-logs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Fetch logs from production Medic Mobile servers.
USAGE
$0 <instance-name> <log-types...>
Accepted log types:
api
couchdb
gardener
nginx
sentinel
EOF
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medic-conf",
"version": "1.12.0",
"version": "1.12.1",
"description": "Configure Medic Mobile deployments",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c296a4a

Please sign in to comment.