deploygate-cli
deploygate-cli copied to clipboard
A command-line interface for DeployGate
This doesn't mean the format is no longer valid but literally invalid in the first place.
``` $ docker run -it --rm ruby:2.7 bash root@b738b2a9db58:/# gem i deploygate [...] root@9691aed001e2:/# dg deploy /usr/local/bundle/gems/faraday_middleware-0.13.1/lib/faraday_middleware/response_middleware.rb:14: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead /usr/local/bundle/gems/json-1.8.6/lib/json/common.rb:155:...
It was installed 0.6.1 if ruby-3.0.0. ```shell $ ruby -v ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin20] $ gem i deploygate Fetching deploygate-0.6.1.gem dg installed! To get started fast: $ dg...
# Status deploygate-cli ver 0.6.4 # Error message Can't find class 'adhoc' # Backtrace ``` /Users/yamazaki/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/fastlane-2.57.2/spaceship/lib/spaceship/portal/provisioning_profile.rb:202:in `factory' /Users/yamazaki/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/fastlane-2.57.2/spaceship/lib/spaceship/portal/provisioning_profile.rb:316:in `block in all' /Users/yamazaki/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/fastlane-2.57.2/spaceship/lib/spaceship/portal/provisioning_profile.rb:316:in `map!' /Users/yamazaki/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/fastlane-2.57.2/spaceship/lib/spaceship/portal/provisioning_profile.rb:316:in `all' /Users/yamazaki/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/fastlane-2.57.2/spaceship/lib/spaceship/portal/provisioning_profile.rb:364:in `find_by_bundle_id' /Users/yamazaki/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/fastlane-2.57.2/sigh/lib/sigh/runner.rb:64:in `fetch_profiles' /Users/yamazaki/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/fastlane-2.57.2/sigh/lib/sigh/runner.rb:20:in...
# Status deploygate-cli ver 0.6.0 # Error message [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>["${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks-${CONFIGURATION}-input-files.xcfilelist"], "outputFileListPaths"=>["${PODS_ROOT}/Target Support Files/Pods-dev/Pods-dev-frameworks-${CONFIGURATION}-output-files.xcfilelist"]} for the 'PBXShellScriptBuildPhase' isa. If this attribute was...
I'd love to not have to type "1" for ad-hoc every time I build.
* `ignore_udid_list` などのファイルを用意してignoreできるようにする
Add `--release-note` option ``` $ dg deploy --distribution-key xxxxxxxxxxx --release-note 'release note' ``` https://docs.deploygate.com/v1.0.1/reference#upload
I'm developing iOS app by using [Expo](https://expo.io/). When I tried to add UDID to DeployGate, an error below was thrown. ```sh $ dg add-devices This command is only for iOS...