Step 4: Use cases of sloctl
Reading time: 0 minute(s) (0 words)
See how to use
sloctl
to your advantage.sloctl
is an extremely useful tool, if you'd like to automate and streamline your SLO management. Here are some examples of how sloctl
can be helpful:
- You can use
sloctl
to integrate Nobl9 in your CI/CD pipelines. Withsloctl
, you can keep definitions of SLOs or other Nobl9 resources in the version controlsystem. Any changes will be automatically applied to Nobl9. - Currently,
sloctl
is the only method to browse fired alerts (apart from alert methods themselves).
tip
Several advanced configuration options are only available via YAMLs and sloctl
(keep in mind that the below list is not comprehensive):
- For agents in your organization, you can retrieve
client_id
andclient_secret
using thesloctl get agents
command. - For alert policies, you can use any number and combination of alert conditions. The Nobl9 Web limits that to a maximum of one condition of a given type.
- Using
sloctl
, you can mass upload and manage your Nobl9 resources in one YAML file.
Make sure to check our documentation for more details.