Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.06 KB

component-cli_ctf_add.md

File metadata and controls

31 lines (22 loc) · 1.06 KB

component-cli ctf add

Adds component archives to a ctf

component-cli ctf add CTF_PATH [-f component-archive]... [flags]

Options

  -f, --component-archive stringArray   path to the component archives to be added. Note that the component archives have to be tar archives.
      --format CAOutputFormat           archive format of the component archive. Can be "tar" or "tgz" (default tar)
  -h, --help                            help for add

Options inherited from parent commands

      --cli                  logger runs as cli logger. enables cli logging
      --dev                  enable development logging which result in console encoding, enabled stacktrace and enabled caller
      --disable-caller       disable the caller of logs (default true)
      --disable-stacktrace   disable the stacktrace of error logs (default true)
      --disable-timestamp    disable timestamp output (default true)
  -v, --verbosity int        number for the log level verbosity (default 1)

SEE ALSO