概要
現在は1つのBacklogスペースしか登録できないが、複数のスペースを登録・切り替えできるようにする。
変更内容
config.yaml を複数スペース対応の構造に変更
bl auth login でスペースを追加登録
bl auth switch でスペースを切り替え
bl auth status で全スペースの認証状態を一覧表示
bl auth logout でスペースを選択して削除
- 旧フォーマットからの自動マイグレーション
新しい config.yaml 構造
current_space: myteam
spaces:
myteam:
space_url: https://myteam.backlog.com
api_key: xxx
default_project: PROJ1
otherteam:
space_url: https://otherteam.backlog.com
api_key: yyy
default_project: PROJ2
概要
現在は1つのBacklogスペースしか登録できないが、複数のスペースを登録・切り替えできるようにする。
変更内容
config.yamlを複数スペース対応の構造に変更bl auth loginでスペースを追加登録bl auth switchでスペースを切り替えbl auth statusで全スペースの認証状態を一覧表示bl auth logoutでスペースを選択して削除新しい config.yaml 構造