@@ -10,30 +10,40 @@ Option Types Formatting
10
10
-----------------------
11
11
12
12
13
- .. _cli-metavar-FIELD-COMP-VALUE :
13
+ .. _cli-metavar-ASSET-TYPE :
14
14
15
15
16
- FIELD COMP VALUE...
17
- ...................
16
+ ASSET-TYPE
17
+ ..........
18
18
19
19
20
- A comparison query format where FIELD is a
21
- property of the item-type and COMP is one of lt, lte, gt, gte and VALUE is
22
- the number or date to compare against .
20
+ Specify Asset-Type(s) of interest. Case-insenstive,
21
+ supports glob-matching, e.g. `` visual* `` specifies `` visual `` and
22
+ `` visual_xml `` .
23
23
24
- Note: ISO-8601 variants are supported. For example, ``2017 `` is short for
25
- ``2017-01-01T00:00:00+00:00 ``.
26
24
25
+ .. _cli-metavar-ITEM-TYPE :
27
26
28
- .. _cli-metavar-FIELD-VALUES :
29
27
28
+ ITEM-TYPE
29
+ .........
30
30
31
- FIELD VALUES...
32
- ...............
33
31
32
+ Specify Item-Type(s) of interest. Case-insensitive,
33
+ supports glob-matching, e.g. ``psscene* `` means ``PSScene3Band `` and
34
+ ``PSScene4Band ``. The ``all `` value specifies every Item-Type.
34
35
35
- Specifies an 'in' query where FIELD is a property
36
- of the item-type and VALUES is space or comma separated text or numbers.
36
+
37
+ .. _cli-metavar-FILTER :
38
+
39
+
40
+ FILTER
41
+ ......
42
+
43
+
44
+ Specify a Data API search filter provided as JSON.
45
+ ``@- `` specifies stdin and ``@filename `` specifies reading from a file
46
+ named 'filename'. Otherwise, the value is assumed to be JSON.
37
47
38
48
39
49
.. _cli-metavar-GEOM :
@@ -49,40 +59,30 @@ reading from a file named 'filename'. Otherwise, the value is assumed to
49
59
be GeoJSON.
50
60
51
61
52
- .. _cli-metavar-FILTER :
53
-
54
-
55
- FILTER
56
- ......
57
-
58
-
59
- Specify a Data API search filter provided as JSON.
60
- ``@- `` specifies stdin and ``@filename `` specifies reading from a file
61
- named 'filename'. Otherwise, the value is assumed to be JSON.
62
+ .. _cli-metavar-FIELD-VALUES :
62
63
63
64
64
- .. _ cli-metavar-ITEM-TYPE :
65
-
65
+ FIELD VALUES...
66
+ ...............
66
67
67
- ITEM-TYPE
68
- .........
69
68
69
+ Specifies an 'in' query where FIELD is a property
70
+ of the item-type and VALUES is space or comma separated text or numbers.
70
71
71
- Specify Item-Type(s) of interest. Case-insensitive,
72
- supports glob-matching, e.g. ``psscene* `` means ``PSScene3Band `` and
73
- ``PSScene4Band ``. The ``all `` value specifies every Item-Type.
74
72
73
+ .. _cli-metavar-FIELD-COMP-VALUE :
75
74
76
- .. _cli-metavar-ASSET-TYPE :
77
75
76
+ FIELD COMP VALUE...
77
+ ...................
78
78
79
- ASSET-TYPE
80
- ..........
81
79
80
+ A comparison query format where FIELD is a
81
+ property of the item-type and COMP is one of lt, lte, gt, gte and VALUE is
82
+ the number or date to compare against.
82
83
83
- Specify Asset-Type(s) of interest. Case-insenstive,
84
- supports glob-matching, e.g. ``visual* `` specifies ``visual `` and
85
- ``visual_xml ``.
84
+ Note: ISO-8601 variants are supported. For example, ``2017 `` is short for
85
+ ``2017-01-01T00:00:00+00:00 ``.
86
86
87
87
88
88
General Options
@@ -118,11 +118,11 @@ General Commands
118
118
----------------
119
119
120
120
121
- :ref: `cli-command-help ` Get command help
121
+ :ref: `cli-command-help ` None
122
122
123
123
124
124
125
- :ref: `cli-command-init ` Login using email/password
125
+ :ref: `cli-command-init ` None
126
126
127
127
128
128
@@ -175,31 +175,31 @@ Data API
175
175
--------
176
176
177
177
178
- :ref: `cli-command-create-search ` Create a saved search
178
+ :ref: `cli-command-create-search ` None
179
179
180
180
181
181
182
- :ref: `cli-command-download ` Activate and download
182
+ :ref: `cli-command-download ` None
183
183
184
184
185
185
186
- :ref: `cli-command-filter ` Output a AND filter as JSON to stdout.
186
+ :ref: `cli-command-filter ` None
187
187
188
188
189
189
190
- :ref: `cli-command-saved-search ` Execute a saved search
190
+ :ref: `cli-command-saved-search ` None
191
191
192
192
193
193
194
- :ref: `cli-command-search ` Execute a quick search.
194
+ :ref: `cli-command-search ` None
195
195
196
196
197
197
198
- :ref: `cli-command-searches ` List searches
198
+ :ref: `cli-command-searches ` None
199
199
200
200
201
201
202
- :ref: `cli-command-stats ` Get search stats
202
+ :ref: `cli-command-stats ` None
203
203
204
204
205
205
@@ -304,7 +304,7 @@ Usage: download [OPTIONS]
304
304
- Format
305
305
306
306
* - limit
307
- - Limit the number of items.
307
+ - Limit the number of items. Default: None
308
308
309
309
- NUMBER
310
310
@@ -471,7 +471,7 @@ Usage: saved-search [OPTIONS] [SEARCH_ID]
471
471
- BOOLEAN
472
472
473
473
* - limit
474
- - Limit the number of items.
474
+ - Limit the number of items. Default: 100
475
475
476
476
DEFAULT: `100 `
477
477
- NUMBER
@@ -499,7 +499,7 @@ Usage: search [OPTIONS]
499
499
- Format
500
500
501
501
* - limit
502
- - Limit the number of items.
502
+ - Limit the number of items. Default: 100
503
503
504
504
DEFAULT: `100 `
505
505
- NUMBER
@@ -588,6 +588,12 @@ Usage: searches [OPTIONS]
588
588
DEFAULT: `True `
589
589
- BOOLEAN
590
590
591
+ * - limit
592
+ - Limit the number of items. Default: 10
593
+
594
+ DEFAULT: `10 `
595
+ - NUMBER
596
+
591
597
.. index :: stats
592
598
593
599
.. _cli-command-stats :
0 commit comments