Azure / Azure/CosmosDBShell

GitHub Action: azure/setup-cosmosdb-shell for CI workflows

オープン
#178 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
automation P1
主要言語
C#
スター
3
フォーク
7
平均マージ
1日 9時間
マージ済み PR(30日)
18

説明

## Feedback source
External user feedback (travel multi-agent workshop team).

## Problem
There is no official GitHub Action to install/setup CosmosDB Shell in CI workflows. Users must manually download, extract, and add to PATH — adding boilerplate and fragility to every workflow.

## Proposed solution
Publish an official **azure/setup-cosmosdb-shell** GitHub Action that:
- Accepts a version input (with a sensible default/latest)
- Downloads the correct platform-specific package
- Extracts and adds to PATH
- Caches the binary across runs (using actions/cache or tool-cache)
- Verifies checksum/signature

## Example usage
```yaml
steps:
- uses: azure/setup-cosmosdb-shell@v1
with:
version: 1.0.213-preview
```n
## Acceptance criteria
- [ ] Action published to GitHub Marketplace
- [ ] Supports Linux, macOS, Windows runners
- [ ] Built-in caching (tool-cache pattern)
- [ ] Version pinning and 'latest' support
- [ ] Documented in CI/CD guide

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Issue のサンプルワークフローから始め、想定されるユーザー向けのセットアップを理解するために CI/CD ガイドを確認します。公開された azure/setup-cosmosdb-shell action が、記載されたプラットフォーム、バージョンモード、キャッシュ、検証、および文書化された CI/CD の使用方法をサポートすれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
github-actions
領域
ci-cd, cli
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。