corectl_put.md

September 12, 2017 ยท View on GitHub

corectl put

copy file to inside VM

Synopsis

copy file to inside VM

corectl put path/to/file VMid:/file/path/on/destination [flags]

Examples

  // copies 'filePath' into '/destinationPath' inside VMid
  corectl put filePath VMid:/destinationPath

Options

  -h, --help   help for put

Options inherited from parent commands

  -d, --debug   adds additional verbosity, and options, directed at debugging purposes and power users

SEE ALSO

  • corectl - CoreOS over macOS made simple.