Skip to content

Commit

Permalink
feat(CLI): On push, print upload URL [TSI-1735] (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan authored Dec 13, 2023
1 parent 972c556 commit cbdc8ed
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 cbdc8ed

Please sign in to comment.