Releases: aitomatic/aitomatic-cli
Releases · aitomatic/aitomatic-cli
1.0.1
What's Changed
- feat: organize to allow python import of aitomatic package by @nubs01 in #29
- Feat/model building api by @nubs01 in #31
- feat: remove command line related python code and package by @phamhoangtuan in #32
- Doc/add deploy step by @phamhoangtuan in #33
New Contributors
Full Changelog: v0.12.3...1.0.1
v0.12.3: Merge pull request #28 from aitomatic/fix/pass_no_of_jobs_to_list_api
fix: add size query parameter when calling list api
v0.9.0: Merge pull request #19 from aitomatic/feat/change_credential_format
Change format of credential and .aito files from json to ini
v0.6.1: Merge pull request #15 from aitomatic/feat/refresh_key_flow
Add flow to refresh token automatically when it expired
v0.6.0: Merge pull request #13 from aitomatic/feat/change_command_syntax
change CLI syntax to aito <verb> <noun>
v0.4.2
Merge pull request #9 from aitomatic/fix/cant_login_if_aitomatic_fold…
v0.3.0: Add login command
Merge pull request #5 from aitomatic/feat/implement_login Refactor login command
v0.2.0: Merge pull request #4 from aitomatic/fix/change_aitomatic_to_aito
Fix/change aitomatic to aito
v0.1.1: Merge pull request #1 from aitomatic/feat/init_cli_code
Create some basic files for CLI project