example

Command-line tool

Generates example invocation from a valid descriptor

usage: bosh example [-h] [-c] [--sandbox] descriptor

Positional Arguments

descriptor

The Boutiques descriptor as a JSON file, JSON string or Zenodo ID (prefixed by ‘zenodo.’).

Named Arguments

-c, --complete

Include optional parameters.

Default: False

--sandbox

Get descriptor from Zenodo’s sandbox instead of production server.

Default: False


Python API

boutiques.example(*params)

Refer to the Command-line tool section above