list-all
inctl solution debug list-all
List all solutions in the project.
Synopsis
List all solutions in the project. Note that the org is only used to identify the project, but then solutions are listed for all orgs.
Example:
inctl solution debug list-all --org intrinsic@xfa-awesome-alpha
inctl solution debug list-all [flags]
Options
-h, --help help for list-all
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.
--sort-key string The key to sort by. Default: metadata.updateTime (default "metadata.updateTime")
Options inherited from parent commands
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
SEE ALSO
- inctl solution debug - Debug solutions (internal)