Show the contents of a file, a directory or an image
sudo ${vyos_op_scripts_dir}/file.py --show $3
Copy an object
Copy a file or a directory
Destination path
sudo ${vyos_op_scripts_dir}/file.py --copy $3 $5
Delete an object
Delete a local file, possibly from an image
sudo ${vyos_op_scripts_dir}/file.py --delete $3
Clone an object
Clone a system object
Clone the current system configuration to an image
sudo ${vyos_op_scripts_dir}/file.py --clone $4
Clone system configuration from an image to another one
running
sudo ${vyos_op_scripts_dir}/file.py --clone-from $6 $4