paygate icon indicating copy to clipboard operation
paygate copied to clipboard

cmd/audittrail: download and upload file

Open adamdecaf opened this issue 4 years ago • 0 comments

What were you trying to do? A command line utility for managing files inside the audit storage would be helpful. This allows us to manually add files that were uploaded manually. Also to download files and verify their contents.

# example, would have more CLI flags and options
$ go run ./cmd/audit help

  download <path> 
  upload [--org <string> <path> 

adamdecaf avatar Nov 08 '20 23:11 adamdecaf