aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 16 insertions, 5 deletions
diff --git a/README.md b/README.md
index a547c76..0dc15bc 100644
--- a/README.md
+++ b/README.md
@@ -18,23 +18,28 @@ This utility requires Python 3.6 or greater and `requests`.
## Usage
```
-$ firewatch --help
-usage: firewatch [-h] [--benchmark] [--brute-force] [--channel CHANNELS]
- [--order ORDER] [--platform PLATFORMS]
- [--time-span TIME_SPAN]
+usage: firewatch [-h] [--benchmark] [--brute-force] [--channel CHANNELS] [--deprecated] [--order ORDER]
+ [--platform PLATFORMS] [--r-lang] [--time-span TIME_SPAN] [--version]
+ [package ...]
-optional arguments:
+positional arguments:
+ package Return package starting with pattern PACKAGE
+
+options:
-h, --help show this help message and exit
--benchmark Display total time to parse and sort channel data
--brute-force Derive timestamps from HTTP header: "last-modified"
--channel CHANNELS, -c CHANNELS
Conda channel
+ --deprecated, -d Enable deprecated Anaconda, Inc. channel(s)
--order ORDER, -o ORDER
[asc|dsc]
--platform PLATFORMS, -p PLATFORMS
[linux|osx|win]-[32|64]
+ --r-lang, -R Enable R channels
--time-span TIME_SPAN, -t TIME_SPAN
i[s|m|h|d|w|M|y|D|c] (120s, 12h, 1d, 2w, 3m, 4y)
+ --version, -V Display software version
```
@@ -66,4 +71,10 @@ $ firewatch -t 3d -c conda-forge -c intel
$ firewatch -t 1M -c http://ssb.stsci.edu/astroconda
```
+_What about showing only certain packages?_
+
+You are in luck. Issue package name(s) as positional arguments.
+```
+$ firewatch -c conda-forge cfitsio hstcal
+```