We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2ac53 commit 06ed3c3Copy full SHA for 06ed3c3
internal/cli/opsmanager/logs/jobs_list.go
@@ -42,7 +42,7 @@ func (opts *JobsListOpts) initStore(ctx context.Context) func() error {
42
}
43
44
var listTemplate = `ID CREATED AT EXPIRES AT STATUS URL REDACTED{{range valueOrEmptySlice .Results}}
45
-{{.ID}} {{.CreationDate}} {{.ExpirationDate}} {{.Status}} {{.URL}} {{.Redacted}}{{end}}
+{{.ID}} {{.CreationDate}} {{.ExpirationDate}} {{.Status}} {{.DownloadURL}} {{.Redacted}}{{end}}
46
`
47
48
func (opts *JobsListOpts) Run() error {
0 commit comments