Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.41 KB

File metadata and controls

40 lines (27 loc) · 1.41 KB

components-cli component-archive create

Creates a component archive with a component descriptor

Synopsis

Create command creates a new component archive directory with a "component-descriptor.yaml" file.

components-cli component-archive create [component-archive-path] [flags]

Options

  -a, --archive string             path to the component archive directory
      --component-name string      name of the component
      --component-version string   version of the component
  -h, --help                       help for create
  -w, --overwrite                  overwrites the existing component
      --repo-ctx string            [OPTIONAL] repository context url for component to upload. The repository url will be automatically added to the repository contexts.

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