Commit Graph
9 Commits
Author SHA1 Message Date
Joshua Harshman 1d71ff0270 Deprecate Go < 1.14 (#1323)
In accordance with our adopted best practices, the main branch and the
next major release of Cobra will deprecate older and un-maintained
versions of Golang.

fix #1322
2021-02-01 15:59:47 -07:00
Joshua Harshman 9df156e6d1 Cobra User Contract (#1292)
* Add some guiding principals to the project.

Establish an understanding between user and maintainer.
Set a goal for releases, security fixes and bug patches.

* fix grammatical errors
2021-01-26 10:55:24 -07:00
Joshua Harshman 9ed1d713d6 bugfix/cli: Temporary fix for go get on cobra cli (#1200)
PR #1139 introduced a complexity that will have to be taken into account
as we figure out our release pipeline. This fix pins to cobrav1.0.0 as a
temporary workaround.

fixes: #1191
2020-08-23 13:45:41 -04:00
Joshua Harshman 94a87a7b83 disable periodic labeler (#1112) 2020-05-08 09:53:33 -06:00
Joshua Harshman bbffa3aa94 rm circle ci badge (#1073) 2020-04-01 10:27:47 -06:00
Joshua Harshman 6607e6b860 Partial Revert of #922 (#1068)
Issue Reference: https://github.com/spf13/cobra/issues/1056

https://github.com/spf13/cobra/pull/922 introduced a new error
type that emitted when a command was not runnable. This caused
all commands w/o a run function set to error w/ that message and a status code of 1.

This change reverts the addition of that new error. Similar
functionality can be accomplished by leveraging RunE.
2020-03-27 14:38:32 -06:00
Joshua Harshman 39cf99f556 leverage makefile to run build tasks (#976)
remove circle ci
2020-02-20 12:25:38 -07:00
Joshua Harshman 48e6ac4718 update doc w/ newer cmd/root.go example (#973) 2019-10-07 15:31:10 -06:00
Joshua Harshman 3745fcd262 add goreportcard to readme (#971) 2019-10-03 15:53:10 -06:00