Skip to content

feat: 複数のBacklogスペースを一元管理できるようにする #24

@KimMaru10

Description

@KimMaru10

概要

現在は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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions