firectl get <resource> [flags]

Example

firectl get model <model-name> [flags]

Retrieve user information

Prints information about a user.

firectl get user <fireworks-account-id> [flags]

Example

firectl get user john-08bb29

Retrieve fine-tuning job information

Prints information about a fine-tuning job.

firectl get fine-tuning-job <fine-tuning-job-name> [flags]

Example

firectl get fine-tuning-job my-fine-tuning-job

Get information about a deployment.

firectl get deployment <deployment-name> [flags]

Example

firectl get deployment my-deployment

Get information about a dataset.

firectl get dataset <dataset-name> [flags]

Example

firectl get dataset instr-fine-tuning

Flags

      --dry-run         Print the request proto without running it.
  -o, --output Output   Set the output format to "text" or "json". (default text)

Flags inherited from parent commands

  -o, --output Output   Set the output format to "text" or "json". (default text)