We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
こちらのモジュールにはいつもお世話になっています。 ありがとうございます。
今回以下のような設定で npm run ginue push dev:prd -A user-master を実行した場合、
npm run ginue push dev:prd -A user-master
{ "location": "kintone-settings", "env": { "dev": { "domain": "example.cybozu.com", "guest": 1, "app": { "user-master": 1 } }, "prd": { "domain": "example.cybozu.com", "guest": 1, "app": { "user-master": 2 } } } }
prd の guestSpaceId が設定されませんでした。
出力は以下のとおりです。
location: "kintone-settings" environment: "dev" domain: "example.cybozu.com" app: { "user-master": 1 } guestSpaceId: 1 appName: "user-master" location: "kintone-settings" environment: "prd" domain: "example.cybozu.com" app: { "user-master": 2 } appName: "user-master"
対象のコードは下記かと思います。
ginue/src/config.ts
Line 326 in f039392
下記のように引数を変換する処理をいれると期待通り動作しました。
targetGinuercElem.pushTarget = pluckOpts(argv, pushTargetGinuercElem)
ご確認のほどよろしくお願いいたします。
The text was updated successfully, but these errors were encountered:
@kawamurayuto フィードバックありがとうございます! たしかにこの辺、テストが甘かったですね。 修正案もありがとうございます。早めに直せるようにしますね。
Sorry, something went wrong.
No branches or pull requests
こちらのモジュールにはいつもお世話になっています。
ありがとうございます。
今回以下のような設定で
npm run ginue push dev:prd -A user-master
を実行した場合、prd の guestSpaceId が設定されませんでした。
出力は以下のとおりです。
対象のコードは下記かと思います。
ginue/src/config.ts
Line 326 in f039392
下記のように引数を変換する処理をいれると期待通り動作しました。
ご確認のほどよろしくお願いいたします。
The text was updated successfully, but these errors were encountered: