Command: transfer componentarchive

Usage

ocm transfer componentarchive [<options>]  <source> <target>

Options

  -h, --help          help for componentarchive
  -t, --type string   archive format (directory, tar, tgz) (default "directory")

Description

Transfer a component archive to some component repository. This might be a CTF Archive or a regular repository. If the type CTF is specified the target must already exist, if CTF flavor is specified it will be created if it does not exist.

Besides those explicitly known types a complete repository spec might be configured, either via inline argument or command configuration file and name.

The –type option accepts a file format for the target archive to use. The following formats are supported:

  • directory
  • tar
  • tgz

The default format is directory.

See Also