Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pywiscat CLI (#106) #107

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ At the moment, the available GDCs are as follows:
- China Meteorological Administration: https://api.weather.gc.ca/api/collections/wis2-discovery-metadata

```bash
pywiscat wis2 search --help
pywiscat search --help
```

!!! note
Expand All @@ -106,7 +106,7 @@ pywiscat wis2 search --help
environment variable

```bash
pywiscat wis2 search
pywiscat search
```

!!! question
Expand All @@ -126,7 +126,7 @@ pywiscat wis2 search
Let's try querying the GDC with a keyword:

```bash
pywiscat wis2 search -q observations
pywiscat search -q observations
```

!!! question
Expand Down Expand Up @@ -165,7 +165,7 @@ Try additional queries with `-q`
Let's get more details on a specific search result that we are interested in:

```bash
pywiscat wis2 get <id>
pywiscat get <id>
```

!!! tip
Expand Down
Loading