deploygate-cli icon indicating copy to clipboard operation
deploygate-cli copied to clipboard

Do not want to be questions from the second deploy

Open henteko opened this issue 9 years ago • 0 comments

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

  1. Add option and print command after build first time
    • Please second deploy run command $ dg deploy --scheme hoge --bundle_identifier com.example.ios
  2. Create .dg.yml file
    • Create dg setting file to current dir
  3. etc

henteko avatar Oct 28 '15 15:10 henteko