Commands
Every command, argument and option of ckan 0.0.5, read from the CLI itself.
Global options
These options work with every command.
Search datasets (Solr query syntax)
ckan search [options] [query]
Arguments
[query]
optional
- full-text query, e.g. elbe or title:haushalt
Options
Show one dataset by id or name
ckan package [options] <id>
Arguments
<id>
required
- id or name
Show one resource (distribution) by id
ckan resource [options] <id>
Arguments
<id>
required
- resource id
Show one organization (publisher) by id or name
ckan organization [options] <id>
Arguments
<id>
required
- id or name
Show one group (theme/category) by id or name
ckan group [options] <id>
Arguments
<id>
required
- id or name
List dataset names
ckan packages [options]
Options
List organizations (data publishers)
ckan organizations [options]
Options
List groups (themes/categories)
ckan groups [options]
Options
List tags
ckan tags [options]
Options
Show the portal's site title, CKAN version and extensions
ckan status [options]
List the licences the portal offers
ckan licenses [options]
Call any CKAN action by name (generic escape hatch)
ckan action [options] <name>
Arguments
<name>
required
Options
List the known CKAN portals in Germany (use one with --portal <id>)
ckan portals [options]
Options