deploygate-cli
deploygate-cli copied to clipboard
Do not want to be questions from the second deploy
First deploy
$ dg deploy
.....
Select Scheme:
1. hoge
2. fuga
1
.....
Please input bundle identifier
Example: com.example.ios
bundle identifier: com.example.ios
.....
Uploading........done
Second deploy
$ dg deploy
.....
Uploading.....done
Solutions
- Add option and print command after build first time
- Please second deploy run command $ dg deploy --scheme hoge --bundle_identifier com.example.ios
- Create .dg.yml file
- Create dg setting file to current dir
- etc