0.2.2 • Published 5 days ago

@tufjs/cli v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

@tufjs/cli

CLI for securely downloading targets from TUF repositories.

Usage

$ npm install -g @tufjs/cli
$ tuf COMMAND
running command...
$ tuf (--version)
@tufjs/cli/0.2.2 linux-x64 node-v18.17.0
$ tuf --help [COMMAND]
USAGE
  $ tuf COMMAND
...

Commands

tuf download-target

download a target from a TUF repository and verify its signature

USAGE
  $ tuf download-target --metadata-base-url <value> --target-name <value> [--cache-path <value>] [--target-base-url
    <value>] [--root <value>] [--unsafe-root-download] [-o <value>]

FLAGS
  -o, --output-file=<value>        write output to file
      --cache-path=<value>         path to the Sigstore TUF cache
      --metadata-base-url=<value>  (required) URL to the TUF metadata repository
      --root=<value>               path to the initial trusted root
      --target-base-url=<value>    URL to the TUF target repository
      --target-name=<value>        (required) name of the target to download
      --unsafe-root-download       allow downloading the trusted root from the TUF metadata repository (THIS IS NOT
                                   SAFE)

DESCRIPTION
  download a target from a TUF repository and verify its signature

ALIASES
  $ tuf download

EXAMPLES
  $ tuf download-target

tuf help [COMMAND]

Display help for tuf.

USAGE
  $ tuf help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for tuf.
0.2.2

5 days ago

0.2.1

4 months ago

0.2.0

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago