Skip to content

Commit 80a5f2b

Browse files
authored
chore: Update messaging around replay command [PC-14729] (#258)
1 parent ea7646e commit 80a5f2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/replay.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ func (r *RootCmd) NewReplayCmd() *cobra.Command {
5050
Long: "`sloctl replay` creates Replays to retrieve historical data for SLOs. " +
5151
"Use it to replay SLOs one-by-one or in bulk. Historical data retrieval is time-consuming: " +
5252
"replaying a single SLO can take up to an hour. Considering the number of ongoing Replays is limited, " +
53-
"`sloctl` queues Replays if the limit is exceeded. Replay queues is an experimental feature, currently " +
54-
"unavailable to all organizations. We're working on improving and expanding its availability.",
53+
"`sloctl` queues Replays if the limit is exceeded.",
5554
Example: replayExample,
5655
Args: replay.arguments,
5756
PersistentPreRun: func(cmd *cobra.Command, args []string) {
@@ -95,7 +94,7 @@ func (r *ReplayCmd) RunReplays(cmd *cobra.Command, replays []ReplayConfig) (fail
9594
if r.playlistsAvailable {
9695
cmd.Println(colorstring.Color("[yellow]- Your organization has access to Replay queues!"))
9796
cmd.Println(colorstring.Color("[yellow]- To learn more about Replay queues, follow this link: " +
98-
"https://docs.nobl9.com/replay-canary/ [reset]"))
97+
"https://docs.nobl9.com/replay/replay-sloctl [reset]"))
9998
}
10099

101100
failedIndexes := make([]int, 0)

0 commit comments

Comments
 (0)