Releases: squarecloudofc/cli
Releases · squarecloudofc/cli
v2.3.3
v2.3.0
v2.2.2
v2.2.1
v2.2.0
Changelog
- bb2c94c feat: upload command & commit command fixes
- 322d633 chore: add install and uninstall scripts for local testing
- 617b6db fix: temp file is deleting before command execution
- adacba5 chore: make upload command be able to upload file already zipped
- 402d2a7 chore: rearrange fields to better memory performance
- 5a42450 feat: new upload command
- 8d22d02 add all square ignores to ignored files
v2.1.1
Changelog
- 75f5877 make .squareignore better
- e816e16 add more files to default squarecloud ignore
- 4e93564 remove development logs and fix struct ordering
- 67f0d43 make auth enabled for all comands by default
- 21be90f Merge pull request #3 from josejooj/master
- a930b63 fix: correct some writing errors.
- eca1bb0 updates
v2.1.0
Changelog
- dd84a65 fix: .squareignore ignoring all files with whitespace inside it
- 4e85985 feat: rework in rest client and create a new file
.squareignore
- 657a290 feat: automaticaly parse errors returned from square cloud and exit with code 0
- 2af31a7 feat: add a debug tag mark as hidden
- 92c70f1 chore: update gitignore
- b7d9eca update install script to get latest github tag
- bfea457 Update README.md
v2.0.2
v2.0.1
v2.0.0
Changelog
- d73eb82 fix square cloud name
- 94425b4 register delete comand
- efe62da add "v" to version in cli
- 0c6662e add current version of cli to deprecated message
- 24fc70b fix err condition
- 51f65cf general update
- 4768ab9 mod tidy
- dd8633d remove version from file name
- 7467c57 go fmt
- 2dbb54e fix command arguments
- 374c0c6 Merge pull request #2 from danieldimbarre/master
- dcdfe7e feat: Status command
- 647e417 fix: Check api key on commit
- a3cf08b fix: Variable change
- b4b7af2 fix: Variable change
- 0faf1de feat: Login api check
- 265209d fix: Eslint
- 43f64b9 feat: Check is logged in
- f428be4 some improvements
- 8242257 update gitignore
- 4cfd218 ops
- 023a672 dev changes
- 940a3a0 add some properties to squareconfig
- a9d6a7f register commit and zip commands
- 511b8ac update build informations
- d7c7279 create zip and commit commands
- e81d079 change apps command print output
- 47dc5b7 add delete application command
- 6fd7702 update zipper package
- bb595e4 create github release workflow
- 82c9563 update deps
- b13737c add squarecloud.config and .app to gitignore
- f8f7bb4 create squarecloud.config loader
- 002184b implement properties system from ZhengHe-MD/properties with some modifications
- 836e4ee create app selection when args is no specified
- 436b379 change version of cli
- 383768c fix file pkg
- f9534ca setup basic commands and fix config file bug
- 5e85d12 change short name of the root cmd
- bc02d24 load config file
- a27328b create config file logic
- e44d314 setup basic cli structures
- 552248b Initial commit