fsoc knowledge get-type

Fetch type from Knowledge Store.

Synopsis

Fetch type from Knowledge Store using type name

fsoc knowledge get-type [flags]

Examples

# Get type by using fully qualified type name
  fsoc knowledge get-type --type extensibility:solution

Options

  -h, --help          help for get-type
      --type string   Fully qualified type name of of the type to fetch. It will be formed by combining the solution which defined the type and the type name.

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