Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 19:21
· 227 commits to main since this release

Changelog

  • d9a934b Add required arguments validation for API Keys
  • cb99782 Add required arguments validation for Plans
  • 3f28dd9 Add required arguments validation for Projects
  • bc83150 Call PrintOutput instead of PrettifyJSON to handle error responses
  • ad66f45 Create a model for a list of API Keys
  • e7ca7db Create release.yml
  • 5cd7d7c Initial commit
  • d297f1c Initialize module
  • 0b27017 Mark required params and handle API errors for ssh_keys actions
  • 8f944ac Mark required params and handle not found errors for servers actions
  • 47d934a Mark required params and handle not found errors for virtual network actions
  • 709aba9 Mark required params and handle not found errors for virtual network actions
  • f93cd82 Merge branch 'main' into feat/better-command-names
  • 22ae755 Merge pull request #2 from latitudesh/Fix/API-Version-Default
  • ebc4c94 Merge pull request #3 from latitudesh/remove-unused-actions
  • 03fcee2 Merge pull request #4 from latitudesh/feat/better-command-names
  • 3809384 Merge pull request #5 from latitudesh/feat/error-handling
  • a795ff7 Merge pull request #7 from latitudesh/chore/add-go-releaser
  • ef70a7d Remove unused auto-generated actions
  • 2997ed7 Update README
  • e5fc48a chore: Adjustments to command names and short descriptions
  • e24e80c chore: create goreleaser.yaml
  • 0947ea1 chore: make reinstall a server sub-command and general adjustments
  • c019c0c chore: rename apikeys commands
  • 49c6e81 chore: rename plans commands
  • f0b53d9 chore: rename projects commands
  • 2012c09 chore: rename sshkeys commands
  • ded7f3a chore: rename virtual network assignments and refactor it as a vnetwork sub-command
  • d97d817 chore: rename virtual-networks commands
  • eb51bff chore: update api_keys create flags
  • 69c48f3 chore: update projects flags
  • 7c01009 chore: update servers flags
  • e157265 chore: update ssh_keys flags
  • 35fae4c chore: update virtual_networks flags
  • 27c43a8 chore:rename servers commands
  • e12148b feat: generate cli
  • 17b403a feat: implements login command
  • 88b6e49 feat: indent response json before print
  • c223a57 fix: add go version to release.yml
  • da8b360 fix: edit go.mod to comply with goreleaser
  • 17b0454 fix: plans get and list
  • 86745f2 fix: remove version from goreleaser
  • ca31ef7 fix: set API-Version default globally