environment get
Usage​
tecton environment get [OPTIONS]
Description​
Get Python Environment matching a name or an ID.
Options​
Flag | Description |
---|---|
-n, --name | The name of the environment |
-i, --environment-id | The ID of the environment |
-h, --help | Show command usage and available options |
Examples​
Get environment by name:
tecton environment get --name my-custom-env