Skip to content

Releases: civo/cli

v0.6.11

07 Jul 14:07
6c5cfec
Compare
Choose a tag to compare

Changelog

6c5cfec Added CPU, RAM and SSD fields to Instance and Kubernetes CMD
e88016e Update the change log

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.11

v0.6.10

06 Jul 13:40
5671968
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
d61e6a9 Add KubernetesVesion and UpgradeAvailableTo to the json output and custom output
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
49d5506 Add nfpm and use the v2 of the goreleaser action
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
5671968 Added new feature
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
7f15c77 Change the dockerfile to run as root this way allow us to read the conf from user and avoid error
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
e96b84a Chnage the name of the fordel in Homebrew Formula
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
10196c9 Fixed error in cli
72708d8 Fixed error in goreleaser
feb3538 Fixed error in the Makefile
723028c Fixed error in the kubernetes cmd
911f046 Fixed some errors
396934a Fixed the message to show after upgrade happened
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
e6ed4e7 Selective Makefile
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
7ff511d Update .goreleaser.yml
3166ee2 Update .goreleaser.yml
a763c30 Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
6ff45d0 Upgrade the version of civogo lib
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
44ad7df fix(Goreleser): Fix the action file
2d05ff9 fix(Goreleser): Fix the action file
122998f fix(Goreleser): Fix the conf file
5b12fdf fix(Goreleser): Fix the conf file
0ab428a fix(Goreleser): Fix the conf file
0953e53 fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
f4b78e1 fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
f01cff8 fix(Version): Fixed the version cmd
b35e0cf fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
d4b8055 fix(Version): fix text in version cmd
fe625b9 fix(Version): fix text in version cmd
75fe68e fix(Version): update the version cmd
b4af168 fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
69f2d1d k8s usage update, and markdown linting
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
1d11303 refactor(apikey): Modify the apikey
430a411 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.10

v0.6.9

03 Jul 12:17
e96b84a
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
d61e6a9 Add KubernetesVesion and UpgradeAvailableTo to the json output and custom output
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
49d5506 Add nfpm and use the v2 of the goreleaser action
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
7f15c77 Change the dockerfile to run as root this way allow us to read the conf from user and avoid error
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
e96b84a Chnage the name of the fordel in Homebrew Formula
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
10196c9 Fixed error in cli
72708d8 Fixed error in goreleaser
723028c Fixed error in the kubernetes cmd
911f046 Fixed some errors
396934a Fixed the message to show after upgrade happened
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
7ff511d Update .goreleaser.yml
a763c30 Update .goreleaser.yml
3166ee2 Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
6ff45d0 Upgrade the version of civogo lib
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
2d05ff9 fix(Goreleser): Fix the action file
44ad7df fix(Goreleser): Fix the action file
122998f fix(Goreleser): Fix the conf file
0ab428a fix(Goreleser): Fix the conf file
f4b78e1 fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
5b12fdf fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
0953e53 fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
b35e0cf fix(Version): Fixed the version cmd
f01cff8 fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
fe625b9 fix(Version): fix text in version cmd
d4b8055 fix(Version): fix text in version cmd
b4af168 fix(Version): update the version cmd
75fe68e fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
69f2d1d k8s usage update, and markdown linting
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
430a411 refactor(apikey): Modify the apikey
1d11303 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.9

v0.6.8

30 Jun 17:57
10196c9
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
d61e6a9 Add KubernetesVesion and UpgradeAvailableTo to the json output and custom output
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
49d5506 Add nfpm and use the v2 of the goreleaser action
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
7f15c77 Change the dockerfile to run as root this way allow us to read the conf from user and avoid error
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
10196c9 Fixed error in cli
72708d8 Fixed error in goreleaser
723028c Fixed error in the kubernetes cmd
911f046 Fixed some errors
396934a Fixed the message to show after upgrade happened
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
7ff511d Update .goreleaser.yml
3166ee2 Update .goreleaser.yml
a763c30 Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
6ff45d0 Upgrade the version of civogo lib
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
44ad7df fix(Goreleser): Fix the action file
2d05ff9 fix(Goreleser): Fix the action file
0953e53 fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
5b12fdf fix(Goreleser): Fix the conf file
0ab428a fix(Goreleser): Fix the conf file
122998f fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
f4b78e1 fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
b35e0cf fix(Version): Fixed the version cmd
f01cff8 fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
d4b8055 fix(Version): fix text in version cmd
fe625b9 fix(Version): fix text in version cmd
b4af168 fix(Version): update the version cmd
75fe68e fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
1d11303 refactor(apikey): Modify the apikey
430a411 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.8

v0.6.7

25 Jun 15:59
d61e6a9
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
d61e6a9 Add KubernetesVesion and UpgradeAvailableTo to the json output and custom output
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
49d5506 Add nfpm and use the v2 of the goreleaser action
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
7f15c77 Change the dockerfile to run as root this way allow us to read the conf from user and avoid error
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
72708d8 Fixed error in goreleaser
723028c Fixed error in the kubernetes cmd
911f046 Fixed some errors
396934a Fixed the message to show after upgrade happened
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
7ff511d Update .goreleaser.yml
3166ee2 Update .goreleaser.yml
a763c30 Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
6ff45d0 Upgrade the version of civogo lib
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
2d05ff9 fix(Goreleser): Fix the action file
44ad7df fix(Goreleser): Fix the action file
0953e53 fix(Goreleser): Fix the conf file
f4b78e1 fix(Goreleser): Fix the conf file
122998f fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
5b12fdf fix(Goreleser): Fix the conf file
0ab428a fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
b35e0cf fix(Version): Fixed the version cmd
f01cff8 fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
fe625b9 fix(Version): fix text in version cmd
d4b8055 fix(Version): fix text in version cmd
75fe68e fix(Version): update the version cmd
b4af168 fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
1d11303 refactor(apikey): Modify the apikey
430a411 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.7

v0.6.6

24 Jun 18:19
49d5506
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
49d5506 Add nfpm and use the v2 of the goreleaser action
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
7f15c77 Change the dockerfile to run as root this way allow us to read the conf from user and avoid error
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
72708d8 Fixed error in goreleaser
723028c Fixed error in the kubernetes cmd
911f046 Fixed some errors
396934a Fixed the message to show after upgrade happened
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
7ff511d Update .goreleaser.yml
a763c30 Update .goreleaser.yml
3166ee2 Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
6ff45d0 Upgrade the version of civogo lib
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
2d05ff9 fix(Goreleser): Fix the action file
44ad7df fix(Goreleser): Fix the action file
5b12fdf fix(Goreleser): Fix the conf file
0ab428a fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
122998f fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
f4b78e1 fix(Goreleser): Fix the conf file
0953e53 fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
b35e0cf fix(Version): Fixed the version cmd
f01cff8 fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
fe625b9 fix(Version): fix text in version cmd
d4b8055 fix(Version): fix text in version cmd
75fe68e fix(Version): update the version cmd
b4af168 fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
1d11303 refactor(apikey): Modify the apikey
430a411 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.6

v0.6.5

24 Jun 15:26
396934a
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
7f15c77 Change the dockerfile to run as root this way allow us to read the conf from user and avoid error
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
72708d8 Fixed error in goreleaser
723028c Fixed error in the kubernetes cmd
911f046 Fixed some errors
396934a Fixed the message to show after upgrade happened
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
3166ee2 Update .goreleaser.yml
a763c30 Update .goreleaser.yml
7ff511d Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
6ff45d0 Upgrade the version of civogo lib
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
2d05ff9 fix(Goreleser): Fix the action file
44ad7df fix(Goreleser): Fix the action file
f4b78e1 fix(Goreleser): Fix the conf file
5b12fdf fix(Goreleser): Fix the conf file
0ab428a fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
122998f fix(Goreleser): Fix the conf file
0953e53 fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
b35e0cf fix(Version): Fixed the version cmd
f01cff8 fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
fe625b9 fix(Version): fix text in version cmd
d4b8055 fix(Version): fix text in version cmd
b4af168 fix(Version): update the version cmd
75fe68e fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
430a411 refactor(apikey): Modify the apikey
1d11303 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.5

v0.6.4

24 Jun 14:45
723028c
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
7f15c77 Change the dockerfile to run as root this way allow us to read the conf from user and avoid error
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
72708d8 Fixed error in goreleaser
723028c Fixed error in the kubernetes cmd
911f046 Fixed some errors
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
7ff511d Update .goreleaser.yml
3166ee2 Update .goreleaser.yml
a763c30 Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
44ad7df fix(Goreleser): Fix the action file
2d05ff9 fix(Goreleser): Fix the action file
0ab428a fix(Goreleser): Fix the conf file
0953e53 fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
f4b78e1 fix(Goreleser): Fix the conf file
5b12fdf fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
122998f fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
f01cff8 fix(Version): Fixed the version cmd
b35e0cf fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
d4b8055 fix(Version): fix text in version cmd
fe625b9 fix(Version): fix text in version cmd
75fe68e fix(Version): update the version cmd
b4af168 fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
1d11303 refactor(apikey): Modify the apikey
430a411 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.4

v0.6.3

22 Jun 13:22
7f15c77
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
7f15c77 Change the dockerfile to run as root this way allow us to read the conf from user and avoid error
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
72708d8 Fixed error in goreleaser
911f046 Fixed some errors
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
3166ee2 Update .goreleaser.yml
7ff511d Update .goreleaser.yml
a763c30 Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
44ad7df fix(Goreleser): Fix the action file
2d05ff9 fix(Goreleser): Fix the action file
0ab428a fix(Goreleser): Fix the conf file
0953e53 fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
5b12fdf fix(Goreleser): Fix the conf file
122998f fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
f4b78e1 fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
f01cff8 fix(Version): Fixed the version cmd
b35e0cf fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
d4b8055 fix(Version): fix text in version cmd
fe625b9 fix(Version): fix text in version cmd
75fe68e fix(Version): update the version cmd
b4af168 fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
1d11303 refactor(apikey): Modify the apikey
430a411 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.3

v0.6.2

20 Jun 22:49
28c99ac
Compare
Choose a tag to compare

Changelog

4beb5f1 Add API Key management
48cd4f0 Add Region command
7ad58ed Add all but one instance command
0da2f4f Add badge to the README
148a047 Add configuration to snap
d24951a Add console and reboot commands
cd81176 Add github token path to goreleaser
6410d22 Add goreleaser support
2801d33 Add homebrew tap updating to goreleaser
b9fc702 Add plan to README
a07f44a Add quota command
f7201a0 Add size command
d01e3ed Add testing workflow
ec0634b Add the first action command to instances
f172675 Added new feature
e5fe1fa Added some corrections
a356aca Added some feature
e99843a Added the CHANGELOG.md
52eeee2 Change OutputWriter to use labels as well as keys
e15de86 Change to use Find* in civogo
8290109 Changes to instance create
bc9e3d5 Complete API key management
9442161 Complete API key management functionality
fa017df Create automatic tap release
38300f4 First commit - initial makefile
83fe22c Fix correct version showing
787ad7d Fix error
8a1430f Fix error in the config
4b0a350 Fix goreleaser.yml
b0d63fe Fix user in the Dockerfile
0104cac Fix wording
72708d8 Fixed error in goreleaser
911f046 Fixed some errors
ef039b5 Lots of minor tweaks
732fcc4 Merge remote-tracking branch 'origin/master'
497e075 Modifications in logic
417c47a Refactor to new OutputWriter
ea215e4 Remove (old) accidentally commited API keys
f42b14a Remove comments
15d43a7 Remove snap from release process
7f7fb17 Remove unnecessary comment
578d62d Run new test
2ce2979 Split instance commands out to invidual files
3f3b06e Split more commands out in to their own files
425f84f Test brews releaser
bdc4a96 Try to fix Homebrew releasing
2925002 Tweaks to install.sh
a763c30 Update .goreleaser.yml
7ff511d Update .goreleaser.yml
3166ee2 Update .goreleaser.yml
1597d82 Update README now this is the main tool
3bea636 Update README.md
de91a6e Update app name in tap-release
6413a22 Update kubernetes config
17848b6 Update links in README
6669b29 Update the CHANGELOG
00942fd Update the Dockerfile
d118e1e Update the badge
4d4ac16 Update the cli
0b182a0 Update the image to alpine the Dockerfile
11f44f4 feat(Completion): Added completion cmd
59a4231 feat(Goreleser): Fix the goreleaser file
2e58446 feat(Install): Added install bash
0370dde feat(Template): Added the kubernetes cmd
4f40658 feat(Template): Added the template cmd
7e16e37 feat(Utility): Add TrackTime
268021c feat(Utility): Add random
aaa6a09 feat(Version): Added the version cmd
6a84a03 feat(Volume): Added the volume cmd
698df53 feat(domain): Added the cmd domain
51de188 feat(domain): Added the cmd domain record
0ad42ae feat(firewall): Added the cmd firewall, and firewall rule
22dcec0 feat(instance): Added the option to create instances
410abb5 feat(loadbalancer): Added the cmd loadbalancer
6c6d035 feat(network): Added the network cmd
775885d feat(snapshot): Added the snapshot cmd
4f3a644 feat(sshkey): Added the ssh key cmd
47c1480 fix(Bug): Fix bug found in all code
04c0775 fix(Domain): Fix some error
44ad7df fix(Goreleser): Fix the action file
2d05ff9 fix(Goreleser): Fix the action file
0953e53 fix(Goreleser): Fix the conf file
0ab428a fix(Goreleser): Fix the conf file
6beb0ca fix(Goreleser): Fix the conf file
f4b78e1 fix(Goreleser): Fix the conf file
3ecf80b fix(Goreleser): Fix the conf file
5b12fdf fix(Goreleser): Fix the conf file
122998f fix(Goreleser): Fix the conf file
2cb0879 fix(LoadBalancer): added new alias
b565930 fix(Network): Remove Name from the table
8ed9c0b fix(Project): Added some fix
a082fda fix(Project): Fix the some bug
b35e0cf fix(Version): Fixed the version cmd
f01cff8 fix(Version): Fixed the version cmd
c84e246 fix(Version): Upgrade the version of the civogo lib
1740230 fix(Version): change the version cmd
d4b8055 fix(Version): fix text in version cmd
fe625b9 fix(Version): fix text in version cmd
75fe68e fix(Version): update the version cmd
b4af168 fix(Version): update the version cmd
d3e4692 fix(Volume): Fix the example
28c99ac fix: Fix error adding initil user
05960c0 fix: Fix message in the kubernetes upgrade cmd
6cb4144 fix: Remove update from the cmd kubernetes show
0119e35 refactor(Project): Added example to all cmd
bc2f508 refactor(Project): Modify all project
36f932e refactor(Project): Modify all project error handler
1d11303 refactor(apikey): Modify the apikey
430a411 refactor(apikey): Modify the apikey
a831090 refactor(apikey): Modify the apikey function

Docker images

  • docker pull civo/cli:latest
  • docker pull civo/cli:v0.6.2