server-group describe
Usage​
tecton server-group describe [OPTIONS]
Description​
Displays detailed information about a server group, including its general properties and scaling configurations. This command is useful for understanding the current state of a Server Group, verifying scaling configurations, and tracking recent changes.
Note​
The command output includes two sets of scaling configurations:
Target Configuration and Active Configuration. The Target Configuration
represents the intended state of the Server Group based on user-defined
settings, while the Active Configuration shows the current state that is
actively enforced by Tecton. Differences between these configurations may
indicate ongoing scaling activities or configuration updates.
Options​
| Flag | Description |
|---|---|
-n, --name TEXT | Name of the Server Group (required) |
-o, --output-file PATH | JSON Output file to write Server Group Information to. If not specified, the Server Group information will be printed to stdout. |