Commands

Every command, argument and option of ckan 0.0.5, read from the CLI itself.

Global options

These options work with every command.

OptionDescriptionDefault
-V, --version output the version number
--base-url <url> CKAN site URL (env CKAN_BASE_URL) https://suche.transparenz.hamburg.de
--portal <id> a known portal by id (see `ckan portals`)
--timeout <ms> per-request timeout in milliseconds
--user-agent <ua> User-Agent header value
--max-retries <n> retries for transient 429/503 responses
--max-response-bytes <n> cap response body size in bytes (0 = unlimited; default 100 MiB)
--compact print JSON on a single line instead of pretty-printed

ckan package

Show one dataset by id or name

ckan package [options] <id>

Arguments

<id> required
id or name

ckan resource

Show one resource (distribution) by id

ckan resource [options] <id>

Arguments

<id> required
resource id

ckan organization

Show one organization (publisher) by id or name

ckan organization [options] <id>

Arguments

<id> required
id or name

ckan group

Show one group (theme/category) by id or name

ckan group [options] <id>

Arguments

<id> required
id or name

ckan packages

List dataset names

ckan packages [options]

Options

OptionDescriptionDefault
--limit <n> max names
--offset <n> offset for paging

ckan organizations

List organizations (data publishers)

ckan organizations [options]

Options

OptionDescriptionDefault
--all-fields return full objects instead of names
--limit <n> max entries
--offset <n> offset for paging

ckan groups

List groups (themes/categories)

ckan groups [options]

Options

OptionDescriptionDefault
--all-fields return full objects instead of names
--limit <n> max entries
--offset <n> offset for paging

ckan tags

List tags

ckan tags [options]

Options

OptionDescriptionDefault
--query <substring> only tags containing this substring

ckan status

Show the portal's site title, CKAN version and extensions

ckan status [options]

ckan licenses

List the licences the portal offers

ckan licenses [options]

ckan action

Call any CKAN action by name (generic escape hatch)

ckan action [options] <name>

Arguments

<name> required

Options

OptionDescriptionDefault
--param <key=value> query parameter (repeatable)

ckan portals

List the known CKAN portals in Germany (use one with --portal <id>)

ckan portals [options]

Options

OptionDescriptionDefault
--check check every portal live now and report the result