Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.57 KB

fmeflow_license_requestfile.md

File metadata and controls

47 lines (33 loc) · 1.57 KB

fmeflow license requestfile

Generates a JSON file for requesting a FME Server license file.

Synopsis

Generates a JSON file for requesting a FME Server license file.

Example:

# Generate a license request file and output to the console
fmeflow license requestfile --first-name "Billy" --last-name "Bob" --email "[email protected]" --company "Example Company Inc."

# Generate a license request file and output to a local file
fmeflow license requestfile --first-name "Billy" --last-name "Bob" --email "[email protected]" --company "Example Company Inc." --file my-request-file.json
fmeflow license requestfile [flags]

Options

      --category string        License Category
      --company string         Company for the licensing request
      --email string           Email address for license request.
      --file string            Path to file to output to.
      --first-name string      First name to use for license request.
  -h, --help                   help for requestfile
      --industry string        Industry for the licensing request
      --last-name string       Last name to use for license request.
      --sales-source string    Sales source
      --serial-number string   Serial Number for the license request.
      --subscribe-to-updates   Subscribe to Updates

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/.fmeflow-cli.yaml)
      --json            Output JSON

SEE ALSO