Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cdk コマンドの --context が複数引数を取らないため、ドキュメントでの該当箇所の修正 #48

Open
yousan opened this issue Jun 11, 2024 · 0 comments · May be fixed by #49
Labels
enhancement New feature or request

Comments

@yousan
Copy link
Contributor

yousan commented Jun 11, 2024

改善詳細 / Details of Improvement

  1. cdk コマンドの --context が複数引数を取らない
  2. cdk コマンドをnpxではなくnpmでインストールして利用する

1. cdk コマンドの --context が複数引数を取らない

--context オプションが複数引数を取らず、それぞれ単独の引数を取るようになったようです。

npx cdk --context stage=dev tag=${IMAGE_TAG} --profile decidim bootstrap

Unknown command: tag=v3

2. cdkコマンドをnpxではなくnpmでインストールして利用する

利用者のcdkコマンドのバージョンを安定させるために、npmでインストールされたcdkを利用するように案内する、というのはどうでしょうか?

Refs #41

期待する見せ方・挙動 / Expected behavior

  • リポジトリの利用者がデプロイ時に迷いにくくなる
@yousan yousan added the enhancement New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant