A command line interface for interacting with FME Flow.
A command line interface for interacting with FME Flow. See available commands below. Get started with the login command.
# Get started with the login command
fmeflow login https://my-fmeflow.internal
--config string config file (default is $HOME/.config/.fmeflow-cli.yaml)
-h, --help help for fmeflow
--json Output JSON
- fmeflow backup - Backs up the FME Server configuration
- fmeflow cancel - Cancel a running job on FME Server
- fmeflow completion - Generate the autocompletion script for the specified shell
- fmeflow connections - Lists connections on FME Flow
- fmeflow deploymentparameters - List, Create, Update and Delete Deployment Parameters
- fmeflow engines - Get information about the FME Engines
- fmeflow healthcheck - Retrieves the health status of FME Server
- fmeflow info - Retrieves build, version and time information about FME Server
- fmeflow jobs - Lists jobs on FME Server
- fmeflow license - Interact with licensing an FME Server
- fmeflow login - Save credentials for an FME Server
- fmeflow migration - Returns information on migrations using the tasks subcommand.
- fmeflow projects - List, Upload and Download projects on FME Flow
- fmeflow repositories - List, Create and Delete repositories
- fmeflow restore - Restores the FME Server configuration from an import package
- fmeflow run - Run a workspace on FME Server.
- fmeflow workspaces - List workspaces.
- Custom Columns output - In depth documentation on using the
custom-columns
output type