nookins / docs
Command line

nookins extension

Arguments and options for nookins extension and its subcommands.

Documentation for Nookins 0.42.1-alpha.1 · Public alpha

Captured from nookins 0.42.1-alpha.1 using help only. Angle-bracket names are required values; square brackets indicate optional input. Substitute your own IDs and paths.

nookins extension

Discover, create, validate, and inspect extension packages

Usage: nookins extension [OPTIONS] <COMMAND>

Commands:
  catalog   List installed and configured extension add-ons without exposing secrets
  inspect   Inspect a configured instance or package-qualified add-on
  wrap      Interactively create one private local wrapper from a compact manifest
  pack      Validate a package; public packages must also be publication-ready
  install   Install a compact or expanded local package without attaching any add-on
  repo      Author and verify a repository-wide multi-package manifest
  source    Register, plan, and synchronize Git-backed extension repositories
  activate  Activate an already-installed immutable package version
  help      Print this message or the help of the given subcommand(s)

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension catalog

List installed and configured extension add-ons without exposing secrets

Usage: nookins extension catalog [OPTIONS]

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension inspect

Inspect a configured instance or package-qualified add-on

Usage: nookins extension inspect [OPTIONS] <ID>

Arguments:
  <ID>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension wrap

Interactively create one private local wrapper from a compact manifest

Usage: nookins extension wrap [OPTIONS]

Options:
      --package <PACKAGE>
      --executable <EXECUTABLE>
      --output <OUTPUT>          Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help                     Print help

nookins extension pack

Validate a package; public packages must also be publication-ready

Usage: nookins extension pack [OPTIONS] <PATH>

Arguments:
  <PATH>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension install

Install a compact or expanded local package without attaching any add-on

Usage: nookins extension install [OPTIONS] <PATH>

Arguments:
  <PATH>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension repo

Author and verify a repository-wide multi-package manifest

Usage: nookins extension repo [OPTIONS] <COMMAND>

Commands:
  init
  add
  remove
  verify
  help    Print this message or the help of the given subcommand(s)

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension repo init

Usage: nookins extension repo init [OPTIONS] --id <ID> <PATH>

Arguments:
  <PATH>

Options:
      --id <ID>
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension repo add

Usage: nookins extension repo add [OPTIONS] <ROOT> <PACKAGE>

Arguments:
  <ROOT>
  <PACKAGE>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension repo remove

Usage: nookins extension repo remove [OPTIONS] <ROOT> <PACKAGE>

Arguments:
  <ROOT>
  <PACKAGE>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension repo verify

Usage: nookins extension repo verify [OPTIONS] <ROOT>

Arguments:
  <ROOT>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension source

Register, plan, and synchronize Git-backed extension repositories

Usage: nookins extension source [OPTIONS] <COMMAND>

Commands:
  add
  list
  plan
  sync
  help  Print this message or the help of the given subcommand(s)

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension source add

Usage: nookins extension source add [OPTIONS] <ID> <URL>

Arguments:
  <ID>
  <URL>

Options:
      --ref <REQUESTED_REF>  [default: main]
      --output <OUTPUT>      Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help                 Print help

nookins extension source list

Usage: nookins extension source list [OPTIONS]

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension source plan

Usage: nookins extension source plan [OPTIONS] <ID>

Arguments:
  <ID>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension source sync

Usage: nookins extension source sync [OPTIONS] <ID>

Arguments:
  <ID>

Options:
      --apply
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins extension activate

Activate an already-installed immutable package version

Usage: nookins extension activate [OPTIONS] <ID> <VERSION>

Arguments:
  <ID>
  <VERSION>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

On this page