Skip to content

Commit

Permalink
feat(CLI): On push, print upload URL [TSI-1735]
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan committed Dec 13, 2023
1 parent 04cd664 commit a11ecd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/cli/cmd/internal/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func outputUpload(upload *phrase.Upload) {
}
fmt.Printf("%s\n", string(jsonBuf))
} else {
fmt.Printf("done!\nCheck upload Id: %s, filename: %s for information about processing results.\n", upload.Id, upload.Filename)
fmt.Printf("done!\nCheck upload Id: %s, filename: %s for information about processing results: %s\n", upload.Id, upload.Filename, upload.Url)
}
}

Expand Down

0 comments on commit a11ecd1

Please sign in to comment.