We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4394abf commit 6a16befCopy full SHA for 6a16bef
pkg/commands/alias/ratelimit/doc.go
@@ -1,2 +1,2 @@
1
-// Package ratelimit contains commands to inspect and manipulate Fastly rate-limiters.
+// Package ratelimit contains deprecated aliases for the 'service ratelimit' commands.
2
package ratelimit
pkg/commands/commands.go
@@ -1411,7 +1411,6 @@ func Define( // nolint:revive // function-length
1411
aliasACLEntryDescribe,
1412
aliasACLEntryList,
1413
aliasACLEntryUpdate,
1414
- aliasRateLimitRoot,
1415
aliasRateLimitCreate,
1416
aliasRateLimitDelete,
1417
aliasRateLimitDescribe,
0 commit comments