Get an Instance
$ catalytic instance get <Id> [--format=<FormatExpression>] [--credentials=<CredentialsName>]
This command fetches a specific Instance by Id.
Option | Description |
---|---|
<Id> | The Catalytic system ID of the Instance |
--format=<FormatExpression> | A FormatExpression to define the output style and properties. See Formatting Output and Instance Properties for more information. |
--credentials=<CredentialsName> | A string corresponding to saved Credentials. See Using Credentials for more information about Authentication. |
Example
Fetch Instance with id 10000000-0000-0000-0000-000000000000
and output in ASCII table format.
$ catalytic instance get 10000000-0000-0000-0000-000000000000 --format table
Updated over 3 years ago