Filerobot CLI

The Filerobot CLI (Command Line Interface) enables you to interact with Filerobot through the command line. For example, you can perform Admin and Upload API operations by typing commands into a terminal. This saves you time as you do not need to set up a development environment. You can also build scripts with multiple CLI commands to implement more complex processes and workflows.

CLI scripts should only be used in backend application to avoid exposing the API Secret key in a client-side application.

For installation instructions, configuration and full command list, please visit our GitHub page.