summaryrefslogtreecommitdiffstats
path: root/cmd/commands/import.go
Commit message (Collapse)AuthorAgeFilesLines
* Improved bulkload error handling (#8491)Jesse Hallam2018-03-231-0/+1
| | | | | | | | | | | | * log the config file path used by the server on startup * return an err if the bulk import command fails * log the underlying errors that occur when importing The code assumed all errors meant a missing resource, but it's possible something else is at fault. Including the error helps pinpoint that more readily.
* Adding enterprise commands support (#8327)Jesús Espino2018-03-071-0/+142