appzoo ====== Documentation for the ``appzoo`` command and its subcommands. .. raw:: html .. dropdown:: ``appzoo`` — Access sample apps from the App Zoo. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] COMMAND [ARGS]... Access sample apps from the App Zoo. Options: -v, --ver, --version TEXT SDK version (e.g. 1.7.0, 2.0.0). If not provided, you can select from available versions. --help Show this message and exit. Commands: describe Download a specific model. get Download a specific model. list List available models. **Usage:** .. code-block:: bash Usage: [OPTIONS] COMMAND [ARGS]... .. dropdown:: ``appzoo describe`` — Download a specific model. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] APP\_NAME Download a specific model. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] APP_NAME .. dropdown:: ``appzoo get`` — Download a specific model. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] APP\_NAME Download a specific model. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] APP_NAME .. dropdown:: ``appzoo list`` — List available models. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] List available models. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] Options ------- .. list-table:: :widths: 30 70 :header-rows: 1 * - **Option** - **Description** * - ``-v, --ver, --version`` - SDK version (e.g. 1.7.0, 2.0.0). If not provided, you can select from available versions.