(incus_file.md)= # `incus file` Manage files in instances ## Synopsis ```{line-block} Description: Manage files in instances ``` ``` incus file [flags] ``` ## Options inherited from parent commands ``` --debug Show all debug messages --force-local Force using the local unix socket -h, --help Print help --project Override the source project -q, --quiet Don't show progress information --sub-commands Use with help or --help to view sub-commands -v, --verbose Show all information messages --version Print version number ``` ## SEE ALSO * [incus](incus.md) - Command line client for Incus * [incus file create](incus_file_create.md) - Create files and directories in instances * [incus file delete](incus_file_delete.md) - Delete files in instances * [incus file edit](incus_file_edit.md) - Edit files in instances * [incus file mount](incus_file_mount.md) - Mount files from instances * [incus file pull](incus_file_pull.md) - Pull files from instances * [incus file push](incus_file_push.md) - Push files into instances ```{toctree} :titlesonly: :glob: :hidden: file/* ```