github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_files.md (about)

     1  ## cozy-stack files
     2  
     3  Interact with the cozy filesystem
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack files allows to interact with the cozy filesystem.
     9  
    10  It provides command to create, move copy or delete files and
    11  directories inside your cozy instance, using the command line
    12  interface. It also provide an import command to import from your
    13  current filesystem into cozy.
    14  
    15  
    16  ```
    17  cozy-stack files <command> [flags]
    18  ```
    19  
    20  ### Options
    21  
    22  ```
    23        --domain string   specify the domain name of the instance (default "cozy.localhost:8080")
    24    -h, --help            help for files
    25  ```
    26  
    27  ### Options inherited from parent commands
    28  
    29  ```
    30        --admin-host string   administration server host (default "localhost")
    31        --admin-port int      administration server port (default 6060)
    32    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    33        --host string         server host (default "localhost")
    34    -p, --port int            server port (default 8080)
    35  ```
    36  
    37  ### SEE ALSO
    38  
    39  * [cozy-stack](cozy-stack.md)	 - cozy-stack is the main command
    40  * [cozy-stack files exec](cozy-stack_files_exec.md)	 - Execute the given command on the specified domain and leave
    41  * [cozy-stack files import](cozy-stack_files_import.md)	 - Import the specified file or directory into cozy
    42  * [cozy-stack files usage](cozy-stack_files_usage.md)	 - Show the usage and quota for the files of this instance
    43