Skip to content

Releases: CircleCI-Public/circleci-cli

v0.1.192

26 Jun 11:47
Compare
Choose a tag to compare

Changelog

e63cde5 Use goreleaser binaries when making docker image Build and push to docker hub

v0.1.188

26 Jun 11:44
Compare
Choose a tag to compare

Changelog

d982325 Use goreleaser binaries when making docker image Build and push to docker hub

v0.1.184

26 Jun 11:41
Compare
Choose a tag to compare

Changelog

12179db Use goreleaser binaries when making docker image Build and push to docker hub

v0.1.176

26 Jun 11:35
Compare
Choose a tag to compare

Changelog

aa3a976 Build and push to docker hub
f669c45 Merge branch 'master' of github.com:CircleCI-Public/circleci-cli
0713e0f Merge branch 'master' of github.com:CircleCI-Public/circleci-cli

v0.1.167

26 Jun 11:05
Compare
Choose a tag to compare

Changelog

d5bfd7a Merge branch 'master' of github.com:CircleCI-Public/circleci-cli
4973514 Use goreleaser binaries when making docker image
11790ed Merge pull request #6 from CircleCI-Public/docker
79bf3a8 Add deploy_docker
f980f35 make the build green on this branch, hopefully
7ba4863 dockerfiles
4fd8717 Local expansion
d8f6faf Merge pull request #5 from CircleCI-Public/expand
821832c Merge pull request #7 from CircleCI-Public/use-unstable
3ba64eb Clean up the output of the orb list command.
fbbc066 Merge pull request #1 from CircleCI-Public/use-unstable
8c7c64f Add orb command
28cec56 Fix Local Expansion
684e99b Merge pull request #4 from CircleCI-Public/circle-12024
31d367d Collapse looks for yaml files that start with "@" for specialCase
34d83e1 Inline specialCase into a method on Node

v0.1.160

26 Jun 10:43
11790ed
Compare
Choose a tag to compare

Changelog

11790ed Merge pull request #6 from CircleCI-Public/docker
79bf3a8 Add deploy_docker
f980f35 make the build green on this branch, hopefully
7ba4863 dockerfiles
4fd8717 Local expansion
d8f6faf Merge pull request #5 from CircleCI-Public/expand
821832c Merge pull request #7 from CircleCI-Public/use-unstable
3ba64eb Clean up the output of the orb list command.
fbbc066 Merge pull request #1 from CircleCI-Public/use-unstable
8c7c64f Add orb command
28cec56 Fix Local Expansion
684e99b Merge pull request #4 from CircleCI-Public/circle-12024
31d367d Collapse looks for yaml files that start with "@" for specialCase
34d83e1 Inline specialCase into a method on Node

v0.1.55

22 Jun 09:58
b859803
Compare
Choose a tag to compare

Changelog

b859803 Merge pull request #3 from CircleCI-Public/enable-query-test
d6897de Re-enable query test and fix it

v0.1.45

22 Jun 08:13
3c8a318
Compare
Choose a tag to compare

Changelog

3c8a318 Merge pull request #2 from CircleCI-Public/testdata
dfe7531 Missed references for working_directory fixes lint/deploy jobs
007ff3a Remove unused test from collapse and fold in testdata examples
0a74726 Test collapse with a large nested config including rails orb
f23054e Add test for orb with local executors and commands in folder
fa63a02 Add collapse test for nesting orbs and local commands, etc
998a258 Add testdata for integration testing collapse command with hugo orb
8d42f72 Add go tooling instructions to CONTRIBUTING
8493988 Update references to project after switching organizations to public

v0.1.23

21 Jun 22:14
Compare
Choose a tag to compare

Changelog

2e6025c Disable lint

v0.1.19

21 Jun 22:04
Compare
Choose a tag to compare

Changelog

d97e378 Merge branch 'master' of github.com:circleci/circleci-cli
8a67e80 Remove badges
2921822 Use the unstable endpoint (#31)
d6499fe Breaking apart NewTree into smaller functions. (#32)
e96f9cb [Circle-11767] config expand command (#27)
4f2b4a7 Merge pull request #30 from circleci/dotfiles
a49dac8 Don't add non-yaml file nodes when building the tree
e87bcde Skip dotfiles when populating the tree with nodes, that aren't root
33e1820 Merge pull request #29 from circleci/absroot
6e485cd Merge pull request #28 from circleci/use-unstable
e3145fc Don't skip if root is a dotfolder, i.e. .circleci
49d1521 Use the unstable endpoint
6001270 Merge pull request #26 from circleci/collapse
275a071 Use absolute path for root when walking the tree
409951c Ensuring the order of children by ranging through a slice.
76bb4d6 Turn off logging in this package
8384053 Disable this test until we can fix it
209b1da Add docs and re-organize functions to their respective places.
9a1d028 Marshalling filetree can now handle most basic cases
980eb71 Collapse command should print the tree in YAML
43b5e1e Add support for "orb.yml" case to merge contents under the parent
affc5a5 WIP: Try merging child into the parent if it has no siblings
ce436f8 Test current behavior for handling empty leaf nodes
da660f4 filetree: Insert file contents into YAML
2ff4a59 filetree: Marshal file and dir names to YAML
bbd819a Extend tests for collapse command
23cf89f Sort filetree children in test
db3dd10 Extend filetree tests
50c34db Omit parent when marshalling to json
1eea784 Logger.Prettyify just takes an interface
c802e9f Add skeleton for collapse command