Skip to content

Releases: android-project-46group/sgi-cli

v0.1.1

12 Feb 11:30
Compare
Choose a tag to compare

Changelog

v0.1.0

07 Feb 14:14
Compare
Choose a tag to compare

Changelog

  • e153c36 Merge branch 'issue/13'
  • 9c56cf4 feat: 簡易的なログインコマンドを追加 (#13)
  • d1ce895 Merge branch 'issue/14'
  • 8ad0484 feat: API 呼び出しを伴うコマンドでは validation を追加 (#14)
  • bbc7b3e fix: account.json がない時でもコマンドを叩けるように変更 (#14)
  • 47df93e docs: インストール方法を整備
  • bbd0140 Merge branch 'fix/gn_query'
  • fbba1ff delete: 必須となっていた g のオプションを削除
  • 3426554 Merge branch 'improve/http-client'
  • d25423f improve: 作成した client を使うように変更
  • c89b6e7 improve: http.client を作成

v0.0.3

02 Feb 18:06
cf0c886
Compare
Choose a tag to compare

Changelog

  • cf0c886 Merge pull request #11 from android-project-46group/issue/10
  • 7bb2699 chore: godoc を更新 (#10)
  • df28648 feat: コマンド名を打った時にロゴを表示するように変更 (#10)
  • 497687e feat: ロゴを banner 表示する関数を作成 (#10)

v0.0.2

31 Jan 14:07
9ba7035
Compare
Choose a tag to compare

Changelog

v0.0.1

30 Jan 15:20
Compare
Choose a tag to compare

Changelog

  • 0c55c75 feat: release を作成できるよう変更
  • 824aff9 Merge branch 'feat/account_setting_file'
  • 3d369ea fix: main 関数に設定情報を記載していたのを設定ファイルから読み取るように修正
  • 8b6bf4f Merge pull request #8 from android-project-46group/issue/4
  • 7cd4f74 feat: json 形式で出力するフラグを追加 (#4)
  • 5bba554 feat: 全ての情報を出力する -d flag を追加 (#4)
  • fe693c4 feat: member cmd を追加 (#4)
  • b1b83eb add: api 呼び出しを追加 (#4)
  • 4daf084 Merge pull request #2 from android-project-46group/issue/1
  • 5cd0e1e add: version コマンドを追加 (#1)
  • 597bf17 add: cobra init (#1)
  • 7ee256b add: ライセンス追加 (#1)
  • 58f8aac Initial commit