Interact with the cozy filesystem
cozy-stack files allows to interact with the cozy filesystem.
It provides command to create, move copy or delete files and directories inside your cozy instance, using the command line interface. It also provide an import command to import from your current filesystem into cozy.
cozy-stack files <command> [flags]
--domain string specify the domain name of the instance (default "cozy.localhost:8080")
-h, --help help for files
--admin-host string administration server host (default "localhost")
--admin-port int administration server port (default 6060)
-c, --config string configuration file (default "$HOME/.cozy.yaml")
--host string server host (default "localhost")
-p, --port int server port (default 8080)
- cozy-stack - cozy-stack is the main command
- cozy-stack files exec - Execute the given command on the specified domain and leave
- cozy-stack files import - Import the specified file or directory into cozy
- cozy-stack files usage - Show the usage and quota for the files of this instance