fsoc solution status

Get the status of a solution

Synopsis

This command provides the ability to see the installation and upload status of a solution.

fsoc solution status <solution-name> [flags]

Examples

  fsoc solution status spacefleet
  fsoc solution status spacefleet --solution-version 1.0.0

Options

  -h, --help                      help for status
      --solution-version string   The version of the solution for which you would like to retrieve the upload status
      --tag string                The tag associated with the solution for which you would like to view the status for

Options Inherited From Parent Commands

      --config string      config file (default is ~/.fsoc). May be .yaml or .json
      --curl               log curl equivalent for platform API calls (implies --verbose)
      --fields string      perform specified fields transform/extract JQ expression
      --log string         set a location and name for the fsoc log file (default "/tmp/fsoc.log")
      --no-version-check   skip the daily check for new versions of fsoc
  -o, --output string      output format (auto, table, detail, json, yaml) (default "auto")
      --profile string     access profile (default is current or "default")
  -v, --verbose            enable detailed output

See Also