Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 557 Bytes

corectl_put.md

File metadata and controls

35 lines (22 loc) · 557 Bytes

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.