Skip to content

Releases: CircleCI-Public/circleci-cli

v0.1.1086

07 Aug 14:59
476d3ff
Compare
Choose a tag to compare

Changelog

476d3ff Merge pull request #51 from CircleCI-Public/fix-docs
94bfaba Actually generate docs before trying to deploy them! 🤕

v0.1.1076

07 Aug 14:47
6d7e79a
Compare
Choose a tag to compare

Changelog

6d7e79a Merge pull request #50 from CircleCI-Public/fix-deploy
8eebef6 Disable snapcraft from goreleaser until we get creds

v0.1.997

07 Aug 11:25
2469a8d
Compare
Choose a tag to compare

Changelog

2469a8d Merge pull request #43 from CircleCI-Public/help-args
ae7158b Merge pull request #44 from CircleCI-Public/install-docs
9b009bb Resolve confusing instructions and move upgrading to the top
263746b Appease the spellcheck linter 🙌
99d88af Use custom usage template that allows us to document positional args
d2aa51e Update namespace create command usage for VCS-TYPE arg
f784d4f Update config flag for config validate for compatibility
1a9ade3 Ensure consistency with orb create and orb source commands
ccaf60b Ensure consistency and implement new orb publish release command
22dedbe Update query_test to match new behavior
9b20866 Ensure consistency on orb expand and orb validate commands
da42356 Make PATH required on config collapse command
5438129 Remove unused code path for config expand command.
9ae3a89 Ensure query command is consistent with use of flags and args
268a4e1 Ensure config expand path is actually required
92f71f7 Ensure consistency with args/flags on namespace create
6c1e1cf Ensure consistency with config commands
daed42c Move build update to update build-agent.
ed68ed1 Merge pull request #40 from CircleCI-Public/usage
7d3861c Update readme to reflect new install and upgrade paths
0cfb929 Move pandoc outside of go command and page setup from deploy script
a47d082 Only build docs on deploy
c86af1e Deploy docs to gh-pages after updating index
cda5b2f Store the artifacts under an alias
e8d5ab7 Add job to build docs and store them in artifacts
6b59c06 Add command to generate docs for the CLI using pandoc

v0.1.920

03 Aug 12:12
8ba342f
Compare
Choose a tag to compare

Changelog

8ba342f Merge pull request #41 from CircleCI-Public/updater
90b63c0 Add shellcheck
2163fdf Add a script to automate the download and install.

v0.1.844

02 Aug 04:56
733dbae
Compare
Choose a tag to compare

Changelog

733dbae Merge pull request #39 from CircleCI-Public/updater
5266ac4 Update vendored dependencies in a second commit
5a9e599 circleci learns update install to automate updates.

v0.1.840

02 Aug 04:51
01aa6aa
Compare
Choose a tag to compare

Changelog

01aa6aa Merge pull request #38 from CircleCI-Public/12762-cleanup
e8f77a8 Make namespace a top-level command
dc10296 Remove local command and move diagnostic and setup back
19f60ac Move namespace as a sub-command under new registry command
c08f7ef Add alias to old circleci update command for compatibility
37dcc4d Restructure diagnostic, setup, and update under local command
7d31118 circleci orb publish should not require a UUID to work
d99aa3d config collapse command should use positional argument for path
57ad820 Make --org-name and --vcs positional arguments on orb ns create
844a4cf Rename ns to namespace (to opaque as ns) and add a description
0bce99e Rename circleci configure to circleci setup
3f46a51 Move collapse under config command

v0.1.794

31 Jul 01:45
Compare
Choose a tag to compare

Changelog

e58a277 Update README.md: add instructions for cleaning up development install (#30)

v0.1.787

30 Jul 19:48
046fe90
Compare
Choose a tag to compare

Changelog

046fe90 [CIRCLE-12217] Require flags (better error messaging) (#33)

v0.1.771

27 Jul 18:52
c46faa4
Compare
Choose a tag to compare

Changelog

c46faa4 Merge pull request #35 from CircleCI-Public/source
3418989 circleci learned orb source

v0.1.767

27 Jul 15:02
9c741ac
Compare
Choose a tag to compare

Changelog

9c741ac Merge pull request #36 from CircleCI-Public/update-query-docstring
938c99c Update query description