File tree 2 files changed +5
-15
lines changed
internal/cmd/observability
2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,6 @@ This CLI is in a BETA state. More services and functionality will be supported s
23
23
Your feedback is appreciated!
24
24
Feel free to open [ GitHub issues] ( https://github.com/stackitcloud/stackit-cli ) to provide feature requests and bug reports.
25
25
26
- <a name =" warning-new-stackit-idp " ></a >
27
-
28
- > [ !WARNING]
29
- > On August 26 2024, The STACKIT Argus service was renamed to STACKIT Observability.
30
- >
31
- > This means that there is a new command group ` observability ` , which offers the same functionality as the deprecated ` argus ` command.
32
- >
33
- > Please make sure to ** update your STACKIT CLI to the latest version after August 26 2024** to ensure that you start using ` observability ` command.
34
-
35
26
## Installation
36
27
37
28
Please refer to our [ installation guide] ( ./INSTALLATION.md ) for instructions on how to install and get started using the STACKIT CLI.
Original file line number Diff line number Diff line change @@ -15,12 +15,11 @@ import (
15
15
16
16
func NewCmd (p * print.Printer ) * cobra.Command {
17
17
cmd := & cobra.Command {
18
- Use : "observability" ,
19
- Aliases : []string {"argus" },
20
- Short : "Provides functionality for Observability" ,
21
- Long : "Provides functionality for Observability." ,
22
- Args : args .NoArgs ,
23
- Run : utils .CmdHelp ,
18
+ Use : "observability" ,
19
+ Short : "Provides functionality for Observability" ,
20
+ Long : "Provides functionality for Observability." ,
21
+ Args : args .NoArgs ,
22
+ Run : utils .CmdHelp ,
24
23
}
25
24
addSubcommands (cmd , p )
26
25
return cmd
You can’t perform that action at this time.
0 commit comments