We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21dc73 commit f1257d3Copy full SHA for f1257d3
internal/app/azldev/cmds/downloadsources/downloadsources.go
@@ -69,6 +69,9 @@ Either --component or --lookaside-uri must be provided:
69
azldev advanced download-sources \
70
--lookaside-uri 'https://cache1.example.com/$pkg/$filename/$hashtype/$hash/$filename' \
71
--lookaside-uri 'https://cache2.example.com/$pkg/$filename/$hashtype/$hash/$filename'`,
72
+ Annotations: map[string]string{
73
+ azldev.CommandAnnotationRootOK: "true",
74
+ },
75
RunE: azldev.RunFuncWithoutRequiredConfig(func(env *azldev.Env) (interface{}, error) {
76
if options.Directory == "" {
77
options.Directory = "."
0 commit comments