allow setting stale flag from cli to retrieve individual server license (#10300)

This commit is contained in:
Drew Bailey
2021-04-05 15:35:14 -04:00
committed by GitHub
parent dd21e8cea6
commit af00546d2d
4 changed files with 68 additions and 1 deletions

View File

@@ -317,6 +317,7 @@ func (op *Operator) LicenseGet(q *QueryOptions) (*LicenseReply, *QueryMeta, erro
if err != nil {
return nil, nil, err
}
req.setQueryOptions(q)
var reply LicenseReply
_, resp, err := op.c.doRequest(req)