F
Files.com CLI
Details
- Command
-
files-cli - Docs
- https://developers.files.com/cli/
Authentication
$ files-cli --api-key=YOUR_API_KEY … Create an API key in the Files.com web app as described in API Keys. Site administrators can create site-wide keys; admins can also create user keys for any user, and non-admin users may be allowed to create their own user keys if the site setting permits it. Save the key value immediately because Files.com only shows it once.
Files.com session ID from username/password login compound discovered
$ files-cli config set --subdomain SUBDOMAIN --username USERNAME; then run a command or pass --session-id=YOUR_SESSION_ID Acquired by the CLI — running files-cli config set --subdomain SUBDOMAIN --username USERNAME; then run a command or pass --session-id=YOUR_SESSION_ID opens the auth flow and stores the credential.