eas-cli 5.9.1 → 5.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1,2714 @@
1
- {"version":"5.9.1","commands":{"analytics":{"id":"analytics","description":"display or change analytics settings","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"STATUS","options":["on","off"]}]},"config":{"id":"config","description":"display project configuration (app.json + eas.json)","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"eas-json-only":{"name":"eas-json-only","type":"boolean","hidden":true,"allowNo":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{}}},"credentials":{"id":"credentials","description":"manage credentials","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"analytics":{},"vcsClient":{}}},"diagnostics":{"id":"diagnostics","description":"display environment info","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"projectDir":{},"vcsClient":{}}},"open":{"id":"open","description":"open the project page in a web browser","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"submit":{"id":"submit","description":"submit app binary to App Store and/or Play Store","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["build:submit"],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false},"latest":{"name":"latest","type":"boolean","description":"Submit the latest build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"id":{"name":"id","type":"option","description":"ID of the build to submit","multiple":false,"exclusive":["latest, path, url"]},"path":{"name":"path","type":"option","description":"Path to the .apk/.aab/.ipa file","multiple":false,"exclusive":["latest","id","url"]},"url":{"name":"url","type":"option","description":"App archive url","multiple":false,"exclusive":["latest","id","path"]},"verbose":{"name":"verbose","type":"boolean","description":"Always print logs from EAS Submit","allowNo":false},"wait":{"name":"wait","type":"boolean","description":"Wait for submission to complete","allowNo":true},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run command in non-interactive mode","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"account:login":{"id":"account:login","description":"log in with your Expo account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["login"],"flags":{"sso":{"name":"sso","type":"boolean","char":"s","description":"Login with SSO","hidden":true,"allowNo":false}},"args":[],"contextDefinition":{"sessionManager":{}}},"account:logout":{"id":"account:logout","description":"log out","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["logout"],"flags":{},"args":[],"contextDefinition":{"sessionManager":{}}},"account:view":{"id":"account:view","description":"show the username you are logged in as","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["whoami"],"flags":{},"args":[],"contextDefinition":{"maybeLoggedIn":{}}},"branch:create":{"id":"branch:create","description":"create a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to create","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"branch:delete":{"id":"branch:delete","description":"delete a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"branch:list":{"id":"branch:list","description":"list all branches","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"branch:publish":{"id":"branch:publish","description":"deprecated, use \"eas update\"","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"branch:rename":{"id":"branch:rename","description":"rename a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"from":{"name":"from","type":"option","description":"current name of the branch.","required":false,"multiple":false},"to":{"name":"to","type":"option","description":"new name of the branch.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"branch:view":{"id":"branch:view","description":"view a branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 25 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the branch to view","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"build:cancel":{"id":"build:cancel","description":"cancel a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"BUILD_ID"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"build:configure":{"id":"build:configure","description":"configure the project to support EAS Build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"build":{"id":"build","description":"start a build","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"skip-credentials-check":{"name":"skip-credentials-check","type":"boolean","hidden":true,"allowNo":false},"skip-project-configuration":{"name":"skip-project-configuration","type":"boolean","hidden":true,"allowNo":false},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"local":{"name":"local","type":"boolean","description":"Run build locally [experimental]","allowNo":false},"output":{"name":"output","type":"option","description":"Output path for local build","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete","allowNo":true},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear cache before the build","allowNo":false},"auto-submit":{"name":"auto-submit","type":"boolean","description":"Submit on build complete using the submit profile with the same name as the build profile","allowNo":false,"exclusive":["auto-submit-with-profile"]},"auto-submit-with-profile":{"name":"auto-submit-with-profile","type":"option","description":"Submit on build complete using the submit profile with provided name","helpValue":"PROFILE_NAME","multiple":false,"exclusive":["auto-submit"]},"resource-class":{"name":"resource-class","type":"option","description":"The instance type that will be used to run this build [experimental]","hidden":true,"helpValue":"(default|large|m1-medium|medium|m-medium|m-large)","multiple":false,"options":["default","large","m1-medium","medium","m-medium","m-large"],"deprecated":{"message":"The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"}},"message":{"name":"message","type":"option","char":"m","description":"A short message describing the build","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"build:inspect":{"id":"build:inspect","description":"inspect the state of the project at specific build stages, useful for troubleshooting","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"stage":{"name":"stage","type":"option","char":"s","description":"Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection","required":true,"helpValue":"(archive|pre-build|post-build)","multiple":false,"options":["archive","pre-build","post-build"]},"output":{"name":"output","type":"option","char":"o","description":"Output directory.","required":true,"helpValue":"OUTPUT_DIRECTORY","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete OUTPUT_DIRECTORY if it already exists.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"build:internal":{"id":"build:internal","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","required":true,"helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"build:list":{"id":"build:list","description":"list all builds for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","helpValue":"(all|android|ios)","multiple":false,"options":["all","android","ios"]},"status":{"name":"status","type":"option","helpValue":"(new|in-queue|in-progress|pending-cancel|errored|finished|canceled)","multiple":false,"options":["new","in-queue","in-progress","pending-cancel","errored","finished","canceled"]},"distribution":{"name":"distribution","type":"option","helpValue":"(store|internal|simulator)","multiple":false,"options":["store","internal","simulator"]},"channel":{"name":"channel","type":"option","multiple":false},"appVersion":{"name":"appVersion","type":"option","multiple":false},"appBuildVersion":{"name":"appBuildVersion","type":"option","multiple":false},"sdkVersion":{"name":"sdkVersion","type":"option","multiple":false},"runtimeVersion":{"name":"runtimeVersion","type":"option","multiple":false},"appIdentifier":{"name":"appIdentifier","type":"option","multiple":false},"buildProfile":{"name":"buildProfile","type":"option","multiple":false},"gitCommitHash":{"name":"gitCommitHash","type":"option","multiple":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 10 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"build:resign":{"id":"build:resign","description":"re-sign a build archive","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"wait":{"name":"wait","type":"boolean","description":"Wait for build(s) to complete.","allowNo":true},"id":{"name":"id","type":"option","description":"ID of the build to re-sign.","multiple":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"analytics":{},"vcsClient":{}}},"build:run":{"id":"build:run","description":"run simulator/emulator builds from eas-cli","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"latest":{"name":"latest","type":"boolean","description":"Run the latest simulator/emulator build for specified platform","allowNo":false,"exclusive":["id","path","url"]},"url":{"name":"url","type":"option","description":"Simulator/Emulator build archive url","multiple":false,"exclusive":["latest","id","path"]},"path":{"name":"path","type":"option","description":"Path to the simulator/emulator build archive or app","multiple":false,"exclusive":["latest","id","url"]},"id":{"name":"id","type":"option","description":"ID of the simulator/emulator build to run","multiple":false,"exclusive":["latest, path, url"]},"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.","helpValue":"PROFILE_NAME","multiple":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"projectDir":{},"vcsClient":{}}},"build:view":{"id":"build:view","description":"view a build for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false}},"args":[{"name":"BUILD_ID"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"channel:create":{"id":"channel:create","description":"create a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to create","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:delete":{"id":"channel:delete","description":"Delete a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:edit":{"id":"channel:edit","description":"point a channel at a new branch","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Name of the branch to point to","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"name","description":"Name of the channel to edit","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:list":{"id":"channel:list","description":"list all channels","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 10 and is capped at 25.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:rollout":{"id":"channel:rollout","description":"Roll a new branch out on a channel incrementally.","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"action":{"name":"action","type":"option","description":"Rollout action to perform","required":false,"helpValue":"(create|edit|end|view)","multiple":false,"options":["create","edit","end","view"],"relationships":[{"type":"all","flags":[{"name":"percent"},{"name":"outcome"},{"name":"branch"},{"name":"runtime-version"}]}]},"percent":{"name":"percent","type":"option","description":"Percent of users to send to the new branch. Use with --action=edit or --action=create","required":false,"multiple":false},"outcome":{"name":"outcome","type":"option","description":"End outcome of rollout. Use with --action=end","required":false,"helpValue":"(republish-and-revert|revert)","multiple":false,"options":["republish-and-revert","revert"]},"branch":{"name":"branch","type":"option","description":"Branch to roll out. Use with --action=create","required":false,"multiple":false},"runtime-version":{"name":"runtime-version","type":"option","description":"Runtime version to target. Use with --action=create","required":false,"multiple":false},"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"channel","description":"channel on which the rollout should be done"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"channel:view":{"id":"channel:view","description":"view a channel","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false}},"args":[{"name":"name","description":"Name of the channel to view","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"device:create":{"id":"device:create","description":"register new Apple Devices to use for internal distribution","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"device:delete":{"id":"device:delete","description":"remove a registered device from your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","description":"The Apple team ID on which to find the device","multiple":false},"udid":{"name":"udid","type":"option","description":"The Apple device ID to disable","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"device:list":{"id":"device:list","description":"list all registered devices for your account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","multiple":false},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 50 and is capped at 100.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"device:rename":{"id":"device:rename","description":"rename a registered device","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"apple-team-id":{"name":"apple-team-id","type":"option","description":"The Apple team ID on which to find the device","multiple":false},"udid":{"name":"udid","type":"option","description":"The Apple device ID to rename","multiple":false},"name":{"name":"name","type":"option","description":"The new name for the device","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"device:view":{"id":"device:view","description":"view a device for your project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"UDID"}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"metadata:lint":{"id":"metadata:lint","description":"validate the local store configuration","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr","allowNo":false},"profile":{"name":"profile","type":"option","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"projectDir":{}}},"metadata:pull":{"id":"metadata:pull","description":"generate the local store configuration from the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","char":"e","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"analytics":{},"vcsClient":{}}},"metadata:push":{"id":"metadata:push","description":"sync the local store configuration to the app stores","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"profile":{"name":"profile","type":"option","char":"e","description":"Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"analytics":{},"vcsClient":{}}},"project:info":{"id":"project:info","description":"information about the current project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"project:init":{"id":"project:init","description":"create or link an EAS project","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":["init"],"flags":{"id":{"name":"id","type":"option","description":"ID of the EAS project to link","multiple":false},"force":{"name":"force","type":"boolean","description":"Whether to overwrite any existing project ID","allowNo":false,"dependsOn":["id"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false,"dependsOn":["id"]}},"args":[],"contextDefinition":{"loggedIn":{},"projectDir":{}}},"secret:create":{"id":"secret:create","description":"create an environment secret on the current project or owner account","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secret","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"name":{"name":"name","type":"option","description":"Name of the secret","multiple":false},"value":{"name":"value","type":"option","description":"Text value or path to a file to store in the secret","multiple":false},"type":{"name":"type","type":"option","description":"The type of secret","helpValue":"(string|file)","multiple":false,"options":["string","file"]},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"secret:delete":{"id":"secret:delete","description":"delete an environment secret by ID","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"ID of the secret to delete","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"secret:list":{"id":"secret:list","description":"list environment secrets available for your current app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"secret:push":{"id":"secret:push","description":"read environment secrets from env file and store on the server","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"scope":{"name":"scope","type":"option","description":"Scope for the secrets","helpValue":"(account|project)","multiple":false,"options":["account","project"],"default":"project"},"env-file":{"name":"env-file","type":"option","description":"Env file with secrets","multiple":false},"force":{"name":"force","type":"boolean","description":"Delete and recreate existing secrets","allowNo":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"update:configure":{"id":"update:configure","description":"configure the project to support EAS Update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","description":"Platform to configure","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{},"vcsClient":{}}},"update:delete":{"id":"update:delete","description":"delete all the updates in an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group to delete.","required":true}],"contextDefinition":{"loggedIn":{}}},"update":{"id":"update","description":"publish an update group","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the update group on","required":false,"multiple":false},"channel":{"name":"channel","type":"option","description":"Channel that the published update should affect","required":false,"multiple":false},"message":{"name":"message","type":"option","char":"m","description":"A short message describing the update","required":false,"multiple":false},"republish":{"name":"republish","type":"boolean","description":"Republish an update group (deprecated, see republish command)","allowNo":false,"exclusive":["input-dir","skip-bundler"]},"group":{"name":"group","type":"option","description":"Update group to republish (deprecated, see republish command)","multiple":false,"exclusive":["input-dir","skip-bundler"]},"input-dir":{"name":"input-dir","type":"option","description":"Location of the bundle","required":false,"multiple":false,"default":"dist"},"skip-bundler":{"name":"skip-bundler","type":"boolean","description":"Skip running Expo CLI to bundle the app before publishing","allowNo":false},"clear-cache":{"name":"clear-cache","type":"boolean","description":"Clear the bundler cache before publishing","allowNo":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"dev":{"name":"dev","type":"boolean","description":"Publish a development bundle","allowNo":false},"auto":{"name":"auto","type":"boolean","description":"Use the current git branch and commit message for the EAS branch and update message","allowNo":false},"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"loggedIn":{},"vcsClient":{}}},"update:list":{"id":"update:list","description":"view the recent updates","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"List updates only on this branch","multiple":false,"exclusive":["all"]},"all":{"name":"all","type":"boolean","description":"List updates on all branches","allowNo":false,"exclusive":["branch"]},"offset":{"name":"offset","type":"option","description":"Start queries from specified index. Use for paginating results. Defaults to 0.","multiple":false},"limit":{"name":"limit","type":"option","description":"The number of items to fetch each query. Defaults to 25 and is capped at 50.","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"update:republish":{"id":"update:republish","description":"roll back to an existing update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"channel":{"name":"channel","type":"option","description":"Channel name to select an update group to republish from","multiple":false,"exclusive":["branch","group"]},"branch":{"name":"branch","type":"option","description":"Branch name to select an update group to republish from","multiple":false,"exclusive":["channel","group"]},"group":{"name":"group","type":"option","description":"Update group ID to republish","multiple":false,"exclusive":["branch","channel"]},"message":{"name":"message","type":"option","char":"m","description":"Short message describing the republished update group","required":false,"multiple":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"update:roll-back-to-embedded":{"id":"update:roll-back-to-embedded","description":"roll back to the embedded update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"branch":{"name":"branch","type":"option","description":"Branch to publish the rollback to embedded update group on","required":false,"multiple":false},"channel":{"name":"channel","type":"option","description":"Channel that the published rollback to embedded update should affect","required":false,"multiple":false},"message":{"name":"message","type":"option","description":"A short message describing the rollback to embedded update","required":false,"multiple":false},"platform":{"name":"platform","type":"option","char":"p","required":false,"helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"],"default":"all"},"auto":{"name":"auto","type":"boolean","description":"Use the current git branch and commit message for the EAS branch and update message","allowNo":false},"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"loggedIn":{},"vcsClient":{}}},"update:rollback":{"id":"update:rollback","description":"roll back to an embedded update or an existing update","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"private-key-path":{"name":"private-key-path","type":"option","description":"File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.","required":false,"multiple":false}},"args":[]},"update:view":{"id":"update:view","description":"update group details","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false}},"args":[{"name":"groupId","description":"The ID of an update group.","required":true}],"contextDefinition":{"loggedIn":{}}},"webhook:create":{"id":"webhook:create","description":"create a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"webhook:delete":{"id":"webhook:delete","description":"delete a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[{"name":"ID","description":"ID of the webhook to delete","required":false}],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"webhook:list":{"id":"webhook:list","description":"list webhooks","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"privateProjectConfig":{}}},"webhook:update":{"id":"webhook:update","description":"update a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"id":{"name":"id","type":"option","description":"Webhook ID","required":true,"multiple":false},"event":{"name":"event","type":"option","description":"Event type that triggers the webhook","helpValue":"(BUILD|SUBMIT)","multiple":false,"options":["BUILD","SUBMIT"]},"url":{"name":"url","type":"option","description":"Webhook URL","multiple":false},"secret":{"name":"secret","type":"option","description":"Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.","multiple":false},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{}}},"webhook:view":{"id":"webhook:view","description":"view a webhook","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"ID","description":"ID of the webhook to view","required":true}],"contextDefinition":{"loggedIn":{}}},"build:version:get":{"id":"build:version:get","description":"get the latest version from EAS servers","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false},"json":{"name":"json","type":"boolean","description":"Enable JSON output, non-JSON messages will be printed to stderr.","allowNo":false,"dependsOn":["non-interactive"]},"non-interactive":{"name":"non-interactive","type":"boolean","description":"Run the command in non-interactive mode.","allowNo":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}},"build:version:set":{"id":"build:version:set","description":"update version of an app","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios)","multiple":false,"options":["android","ios"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}},"build:version:sync":{"id":"build:version:sync","description":"update a version in native code with a value stored on EAS servers","strict":true,"pluginName":"eas-cli","pluginAlias":"eas-cli","pluginType":"core","aliases":[],"flags":{"platform":{"name":"platform","type":"option","char":"p","helpValue":"(android|ios|all)","multiple":false,"options":["android","ios","all"]},"profile":{"name":"profile","type":"option","char":"e","description":"Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.","helpValue":"PROFILE_NAME","multiple":false}},"args":[],"contextDefinition":{"loggedIn":{},"getDynamicPublicProjectConfigAsync":{},"getDynamicPrivateProjectConfigAsync":{},"projectDir":{},"vcsClient":{}}}}}
1
+ {
2
+ "version": "5.9.2",
3
+ "commands": {
4
+ "analytics": {
5
+ "id": "analytics",
6
+ "description": "display or change analytics settings",
7
+ "strict": true,
8
+ "pluginName": "eas-cli",
9
+ "pluginAlias": "eas-cli",
10
+ "pluginType": "core",
11
+ "aliases": [],
12
+ "flags": {},
13
+ "args": {
14
+ "STATUS": {
15
+ "name": "STATUS",
16
+ "options": [
17
+ "on",
18
+ "off"
19
+ ]
20
+ }
21
+ }
22
+ },
23
+ "config": {
24
+ "id": "config",
25
+ "description": "display project configuration (app.json + eas.json)",
26
+ "strict": true,
27
+ "pluginName": "eas-cli",
28
+ "pluginAlias": "eas-cli",
29
+ "pluginType": "core",
30
+ "aliases": [],
31
+ "flags": {
32
+ "platform": {
33
+ "name": "platform",
34
+ "type": "option",
35
+ "char": "p",
36
+ "helpValue": "(android|ios)",
37
+ "multiple": false,
38
+ "options": [
39
+ "android",
40
+ "ios"
41
+ ]
42
+ },
43
+ "profile": {
44
+ "name": "profile",
45
+ "type": "option",
46
+ "char": "e",
47
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
48
+ "helpValue": "PROFILE_NAME",
49
+ "multiple": false
50
+ },
51
+ "eas-json-only": {
52
+ "name": "eas-json-only",
53
+ "type": "boolean",
54
+ "hidden": true,
55
+ "allowNo": false
56
+ },
57
+ "json": {
58
+ "name": "json",
59
+ "type": "boolean",
60
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
61
+ "allowNo": false,
62
+ "dependsOn": [
63
+ "non-interactive"
64
+ ]
65
+ },
66
+ "non-interactive": {
67
+ "name": "non-interactive",
68
+ "type": "boolean",
69
+ "description": "Run the command in non-interactive mode.",
70
+ "allowNo": false
71
+ }
72
+ },
73
+ "args": {},
74
+ "contextDefinition": {
75
+ "getDynamicPublicProjectConfigAsync": {},
76
+ "getDynamicPrivateProjectConfigAsync": {},
77
+ "projectDir": {}
78
+ }
79
+ },
80
+ "credentials": {
81
+ "id": "credentials",
82
+ "description": "manage credentials",
83
+ "strict": true,
84
+ "pluginName": "eas-cli",
85
+ "pluginAlias": "eas-cli",
86
+ "pluginType": "core",
87
+ "aliases": [],
88
+ "flags": {
89
+ "platform": {
90
+ "name": "platform",
91
+ "type": "option",
92
+ "char": "p",
93
+ "helpValue": "(android|ios)",
94
+ "multiple": false,
95
+ "options": [
96
+ "android",
97
+ "ios"
98
+ ]
99
+ }
100
+ },
101
+ "args": {},
102
+ "contextDefinition": {
103
+ "loggedIn": {},
104
+ "privateProjectConfig": {},
105
+ "getDynamicPublicProjectConfigAsync": {},
106
+ "getDynamicPrivateProjectConfigAsync": {},
107
+ "analytics": {},
108
+ "vcsClient": {}
109
+ }
110
+ },
111
+ "diagnostics": {
112
+ "id": "diagnostics",
113
+ "description": "display environment info",
114
+ "strict": true,
115
+ "pluginName": "eas-cli",
116
+ "pluginAlias": "eas-cli",
117
+ "pluginType": "core",
118
+ "aliases": [],
119
+ "flags": {},
120
+ "args": {},
121
+ "contextDefinition": {
122
+ "projectDir": {},
123
+ "vcsClient": {}
124
+ }
125
+ },
126
+ "open": {
127
+ "id": "open",
128
+ "description": "open the project page in a web browser",
129
+ "strict": true,
130
+ "pluginName": "eas-cli",
131
+ "pluginAlias": "eas-cli",
132
+ "pluginType": "core",
133
+ "aliases": [],
134
+ "flags": {},
135
+ "args": {},
136
+ "contextDefinition": {
137
+ "loggedIn": {},
138
+ "privateProjectConfig": {}
139
+ }
140
+ },
141
+ "submit": {
142
+ "id": "submit",
143
+ "description": "submit app binary to App Store and/or Play Store",
144
+ "strict": true,
145
+ "pluginName": "eas-cli",
146
+ "pluginAlias": "eas-cli",
147
+ "pluginType": "core",
148
+ "aliases": [
149
+ "build:submit"
150
+ ],
151
+ "flags": {
152
+ "platform": {
153
+ "name": "platform",
154
+ "type": "option",
155
+ "char": "p",
156
+ "helpValue": "(android|ios|all)",
157
+ "multiple": false,
158
+ "options": [
159
+ "android",
160
+ "ios",
161
+ "all"
162
+ ]
163
+ },
164
+ "profile": {
165
+ "name": "profile",
166
+ "type": "option",
167
+ "char": "e",
168
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
169
+ "multiple": false
170
+ },
171
+ "latest": {
172
+ "name": "latest",
173
+ "type": "boolean",
174
+ "description": "Submit the latest build for specified platform",
175
+ "allowNo": false,
176
+ "exclusive": [
177
+ "id",
178
+ "path",
179
+ "url"
180
+ ]
181
+ },
182
+ "id": {
183
+ "name": "id",
184
+ "type": "option",
185
+ "description": "ID of the build to submit",
186
+ "multiple": false,
187
+ "exclusive": [
188
+ "latest, path, url"
189
+ ]
190
+ },
191
+ "path": {
192
+ "name": "path",
193
+ "type": "option",
194
+ "description": "Path to the .apk/.aab/.ipa file",
195
+ "multiple": false,
196
+ "exclusive": [
197
+ "latest",
198
+ "id",
199
+ "url"
200
+ ]
201
+ },
202
+ "url": {
203
+ "name": "url",
204
+ "type": "option",
205
+ "description": "App archive url",
206
+ "multiple": false,
207
+ "exclusive": [
208
+ "latest",
209
+ "id",
210
+ "path"
211
+ ]
212
+ },
213
+ "verbose": {
214
+ "name": "verbose",
215
+ "type": "boolean",
216
+ "description": "Always print logs from EAS Submit",
217
+ "allowNo": false
218
+ },
219
+ "wait": {
220
+ "name": "wait",
221
+ "type": "boolean",
222
+ "description": "Wait for submission to complete",
223
+ "allowNo": true
224
+ },
225
+ "non-interactive": {
226
+ "name": "non-interactive",
227
+ "type": "boolean",
228
+ "description": "Run command in non-interactive mode",
229
+ "allowNo": false
230
+ }
231
+ },
232
+ "args": {},
233
+ "contextDefinition": {
234
+ "loggedIn": {},
235
+ "privateProjectConfig": {},
236
+ "projectDir": {},
237
+ "analytics": {},
238
+ "vcsClient": {}
239
+ }
240
+ },
241
+ "account:login": {
242
+ "id": "account:login",
243
+ "description": "log in with your Expo account",
244
+ "strict": true,
245
+ "pluginName": "eas-cli",
246
+ "pluginAlias": "eas-cli",
247
+ "pluginType": "core",
248
+ "aliases": [
249
+ "login"
250
+ ],
251
+ "flags": {
252
+ "sso": {
253
+ "name": "sso",
254
+ "type": "boolean",
255
+ "char": "s",
256
+ "description": "Login with SSO",
257
+ "hidden": true,
258
+ "allowNo": false
259
+ }
260
+ },
261
+ "args": {},
262
+ "contextDefinition": {
263
+ "sessionManager": {}
264
+ }
265
+ },
266
+ "account:logout": {
267
+ "id": "account:logout",
268
+ "description": "log out",
269
+ "strict": true,
270
+ "pluginName": "eas-cli",
271
+ "pluginAlias": "eas-cli",
272
+ "pluginType": "core",
273
+ "aliases": [
274
+ "logout"
275
+ ],
276
+ "flags": {},
277
+ "args": {},
278
+ "contextDefinition": {
279
+ "sessionManager": {}
280
+ }
281
+ },
282
+ "account:view": {
283
+ "id": "account:view",
284
+ "description": "show the username you are logged in as",
285
+ "strict": true,
286
+ "pluginName": "eas-cli",
287
+ "pluginAlias": "eas-cli",
288
+ "pluginType": "core",
289
+ "aliases": [
290
+ "whoami"
291
+ ],
292
+ "flags": {},
293
+ "args": {},
294
+ "contextDefinition": {
295
+ "maybeLoggedIn": {}
296
+ }
297
+ },
298
+ "branch:create": {
299
+ "id": "branch:create",
300
+ "description": "create a branch",
301
+ "strict": true,
302
+ "pluginName": "eas-cli",
303
+ "pluginAlias": "eas-cli",
304
+ "pluginType": "core",
305
+ "aliases": [],
306
+ "flags": {
307
+ "json": {
308
+ "name": "json",
309
+ "type": "boolean",
310
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
311
+ "allowNo": false,
312
+ "dependsOn": [
313
+ "non-interactive"
314
+ ]
315
+ },
316
+ "non-interactive": {
317
+ "name": "non-interactive",
318
+ "type": "boolean",
319
+ "description": "Run the command in non-interactive mode.",
320
+ "allowNo": false
321
+ }
322
+ },
323
+ "args": {
324
+ "name": {
325
+ "name": "name",
326
+ "description": "Name of the branch to create",
327
+ "required": false
328
+ }
329
+ },
330
+ "contextDefinition": {
331
+ "loggedIn": {},
332
+ "privateProjectConfig": {},
333
+ "vcsClient": {}
334
+ }
335
+ },
336
+ "branch:delete": {
337
+ "id": "branch:delete",
338
+ "description": "delete a branch",
339
+ "strict": true,
340
+ "pluginName": "eas-cli",
341
+ "pluginAlias": "eas-cli",
342
+ "pluginType": "core",
343
+ "aliases": [],
344
+ "flags": {
345
+ "json": {
346
+ "name": "json",
347
+ "type": "boolean",
348
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
349
+ "allowNo": false,
350
+ "dependsOn": [
351
+ "non-interactive"
352
+ ]
353
+ },
354
+ "non-interactive": {
355
+ "name": "non-interactive",
356
+ "type": "boolean",
357
+ "description": "Run the command in non-interactive mode.",
358
+ "allowNo": false
359
+ }
360
+ },
361
+ "args": {
362
+ "name": {
363
+ "name": "name",
364
+ "description": "Name of the branch to delete",
365
+ "required": false
366
+ }
367
+ },
368
+ "contextDefinition": {
369
+ "loggedIn": {},
370
+ "privateProjectConfig": {}
371
+ }
372
+ },
373
+ "branch:list": {
374
+ "id": "branch:list",
375
+ "description": "list all branches",
376
+ "strict": true,
377
+ "pluginName": "eas-cli",
378
+ "pluginAlias": "eas-cli",
379
+ "pluginType": "core",
380
+ "aliases": [],
381
+ "flags": {
382
+ "offset": {
383
+ "name": "offset",
384
+ "type": "option",
385
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
386
+ "multiple": false
387
+ },
388
+ "limit": {
389
+ "name": "limit",
390
+ "type": "option",
391
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
392
+ "multiple": false
393
+ },
394
+ "json": {
395
+ "name": "json",
396
+ "type": "boolean",
397
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
398
+ "allowNo": false,
399
+ "dependsOn": [
400
+ "non-interactive"
401
+ ]
402
+ },
403
+ "non-interactive": {
404
+ "name": "non-interactive",
405
+ "type": "boolean",
406
+ "description": "Run the command in non-interactive mode.",
407
+ "allowNo": false
408
+ }
409
+ },
410
+ "args": {},
411
+ "contextDefinition": {
412
+ "loggedIn": {},
413
+ "privateProjectConfig": {}
414
+ }
415
+ },
416
+ "branch:publish": {
417
+ "id": "branch:publish",
418
+ "description": "deprecated, use \"eas update\"",
419
+ "strict": true,
420
+ "pluginName": "eas-cli",
421
+ "pluginAlias": "eas-cli",
422
+ "pluginType": "core",
423
+ "hidden": true,
424
+ "aliases": [],
425
+ "flags": {},
426
+ "args": {}
427
+ },
428
+ "branch:rename": {
429
+ "id": "branch:rename",
430
+ "description": "rename a branch",
431
+ "strict": true,
432
+ "pluginName": "eas-cli",
433
+ "pluginAlias": "eas-cli",
434
+ "pluginType": "core",
435
+ "aliases": [],
436
+ "flags": {
437
+ "from": {
438
+ "name": "from",
439
+ "type": "option",
440
+ "description": "current name of the branch.",
441
+ "required": false,
442
+ "multiple": false
443
+ },
444
+ "to": {
445
+ "name": "to",
446
+ "type": "option",
447
+ "description": "new name of the branch.",
448
+ "required": false,
449
+ "multiple": false
450
+ },
451
+ "json": {
452
+ "name": "json",
453
+ "type": "boolean",
454
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
455
+ "allowNo": false,
456
+ "dependsOn": [
457
+ "non-interactive"
458
+ ]
459
+ },
460
+ "non-interactive": {
461
+ "name": "non-interactive",
462
+ "type": "boolean",
463
+ "description": "Run the command in non-interactive mode.",
464
+ "allowNo": false
465
+ }
466
+ },
467
+ "args": {},
468
+ "contextDefinition": {
469
+ "loggedIn": {},
470
+ "privateProjectConfig": {}
471
+ }
472
+ },
473
+ "branch:view": {
474
+ "id": "branch:view",
475
+ "description": "view a branch",
476
+ "strict": true,
477
+ "pluginName": "eas-cli",
478
+ "pluginAlias": "eas-cli",
479
+ "pluginType": "core",
480
+ "aliases": [],
481
+ "flags": {
482
+ "offset": {
483
+ "name": "offset",
484
+ "type": "option",
485
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
486
+ "multiple": false
487
+ },
488
+ "limit": {
489
+ "name": "limit",
490
+ "type": "option",
491
+ "description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
492
+ "multiple": false
493
+ },
494
+ "json": {
495
+ "name": "json",
496
+ "type": "boolean",
497
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
498
+ "allowNo": false,
499
+ "dependsOn": [
500
+ "non-interactive"
501
+ ]
502
+ },
503
+ "non-interactive": {
504
+ "name": "non-interactive",
505
+ "type": "boolean",
506
+ "description": "Run the command in non-interactive mode.",
507
+ "allowNo": false
508
+ }
509
+ },
510
+ "args": {
511
+ "name": {
512
+ "name": "name",
513
+ "description": "Name of the branch to view",
514
+ "required": false
515
+ }
516
+ },
517
+ "contextDefinition": {
518
+ "loggedIn": {},
519
+ "privateProjectConfig": {}
520
+ }
521
+ },
522
+ "build:cancel": {
523
+ "id": "build:cancel",
524
+ "description": "cancel a build",
525
+ "strict": true,
526
+ "pluginName": "eas-cli",
527
+ "pluginAlias": "eas-cli",
528
+ "pluginType": "core",
529
+ "aliases": [],
530
+ "flags": {
531
+ "non-interactive": {
532
+ "name": "non-interactive",
533
+ "type": "boolean",
534
+ "description": "Run the command in non-interactive mode.",
535
+ "allowNo": false
536
+ }
537
+ },
538
+ "args": {
539
+ "BUILD_ID": {
540
+ "name": "BUILD_ID"
541
+ }
542
+ },
543
+ "contextDefinition": {
544
+ "loggedIn": {},
545
+ "privateProjectConfig": {},
546
+ "vcsClient": {}
547
+ }
548
+ },
549
+ "build:configure": {
550
+ "id": "build:configure",
551
+ "description": "configure the project to support EAS Build",
552
+ "strict": true,
553
+ "pluginName": "eas-cli",
554
+ "pluginAlias": "eas-cli",
555
+ "pluginType": "core",
556
+ "aliases": [],
557
+ "flags": {
558
+ "platform": {
559
+ "name": "platform",
560
+ "type": "option",
561
+ "char": "p",
562
+ "description": "Platform to configure",
563
+ "helpValue": "(android|ios|all)",
564
+ "multiple": false,
565
+ "options": [
566
+ "android",
567
+ "ios",
568
+ "all"
569
+ ]
570
+ }
571
+ },
572
+ "args": {},
573
+ "contextDefinition": {
574
+ "loggedIn": {},
575
+ "privateProjectConfig": {},
576
+ "vcsClient": {}
577
+ }
578
+ },
579
+ "build": {
580
+ "id": "build",
581
+ "description": "start a build",
582
+ "strict": true,
583
+ "pluginName": "eas-cli",
584
+ "pluginAlias": "eas-cli",
585
+ "pluginType": "core",
586
+ "aliases": [],
587
+ "flags": {
588
+ "platform": {
589
+ "name": "platform",
590
+ "type": "option",
591
+ "char": "p",
592
+ "helpValue": "(android|ios|all)",
593
+ "multiple": false,
594
+ "options": [
595
+ "android",
596
+ "ios",
597
+ "all"
598
+ ]
599
+ },
600
+ "skip-credentials-check": {
601
+ "name": "skip-credentials-check",
602
+ "type": "boolean",
603
+ "hidden": true,
604
+ "allowNo": false
605
+ },
606
+ "skip-project-configuration": {
607
+ "name": "skip-project-configuration",
608
+ "type": "boolean",
609
+ "hidden": true,
610
+ "allowNo": false
611
+ },
612
+ "profile": {
613
+ "name": "profile",
614
+ "type": "option",
615
+ "char": "e",
616
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
617
+ "helpValue": "PROFILE_NAME",
618
+ "multiple": false
619
+ },
620
+ "local": {
621
+ "name": "local",
622
+ "type": "boolean",
623
+ "description": "Run build locally [experimental]",
624
+ "allowNo": false
625
+ },
626
+ "output": {
627
+ "name": "output",
628
+ "type": "option",
629
+ "description": "Output path for local build",
630
+ "multiple": false
631
+ },
632
+ "wait": {
633
+ "name": "wait",
634
+ "type": "boolean",
635
+ "description": "Wait for build(s) to complete",
636
+ "allowNo": true
637
+ },
638
+ "clear-cache": {
639
+ "name": "clear-cache",
640
+ "type": "boolean",
641
+ "description": "Clear cache before the build",
642
+ "allowNo": false
643
+ },
644
+ "auto-submit": {
645
+ "name": "auto-submit",
646
+ "type": "boolean",
647
+ "description": "Submit on build complete using the submit profile with the same name as the build profile",
648
+ "allowNo": false,
649
+ "exclusive": [
650
+ "auto-submit-with-profile"
651
+ ]
652
+ },
653
+ "auto-submit-with-profile": {
654
+ "name": "auto-submit-with-profile",
655
+ "type": "option",
656
+ "description": "Submit on build complete using the submit profile with provided name",
657
+ "helpValue": "PROFILE_NAME",
658
+ "multiple": false,
659
+ "exclusive": [
660
+ "auto-submit"
661
+ ]
662
+ },
663
+ "resource-class": {
664
+ "name": "resource-class",
665
+ "type": "option",
666
+ "description": "The instance type that will be used to run this build [experimental]",
667
+ "hidden": true,
668
+ "helpValue": "(default|large|m1-medium|medium|m-medium|m-large)",
669
+ "multiple": false,
670
+ "options": [
671
+ "default",
672
+ "large",
673
+ "m1-medium",
674
+ "medium",
675
+ "m-medium",
676
+ "m-large"
677
+ ],
678
+ "deprecated": {
679
+ "message": "The --resource-class flag has been deprecated. Define the resource class in eas.json.\nLearn more: https://docs.expo.dev/build-reference/eas-json/"
680
+ }
681
+ },
682
+ "message": {
683
+ "name": "message",
684
+ "type": "option",
685
+ "char": "m",
686
+ "description": "A short message describing the build",
687
+ "multiple": false
688
+ },
689
+ "json": {
690
+ "name": "json",
691
+ "type": "boolean",
692
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
693
+ "allowNo": false,
694
+ "dependsOn": [
695
+ "non-interactive"
696
+ ]
697
+ },
698
+ "non-interactive": {
699
+ "name": "non-interactive",
700
+ "type": "boolean",
701
+ "description": "Run the command in non-interactive mode.",
702
+ "allowNo": false
703
+ }
704
+ },
705
+ "args": {},
706
+ "contextDefinition": {
707
+ "loggedIn": {},
708
+ "getDynamicPublicProjectConfigAsync": {},
709
+ "getDynamicPrivateProjectConfigAsync": {},
710
+ "projectDir": {},
711
+ "analytics": {},
712
+ "vcsClient": {}
713
+ }
714
+ },
715
+ "build:inspect": {
716
+ "id": "build:inspect",
717
+ "description": "inspect the state of the project at specific build stages, useful for troubleshooting",
718
+ "strict": true,
719
+ "pluginName": "eas-cli",
720
+ "pluginAlias": "eas-cli",
721
+ "pluginType": "core",
722
+ "aliases": [],
723
+ "flags": {
724
+ "platform": {
725
+ "name": "platform",
726
+ "type": "option",
727
+ "char": "p",
728
+ "required": true,
729
+ "helpValue": "(android|ios)",
730
+ "multiple": false,
731
+ "options": [
732
+ "android",
733
+ "ios"
734
+ ]
735
+ },
736
+ "profile": {
737
+ "name": "profile",
738
+ "type": "option",
739
+ "char": "e",
740
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
741
+ "helpValue": "PROFILE_NAME",
742
+ "multiple": false
743
+ },
744
+ "stage": {
745
+ "name": "stage",
746
+ "type": "option",
747
+ "char": "s",
748
+ "description": "Stage of the build you want to inspect.\n archive - builds the project archive that would be uploaded to EAS when building\n pre-build - prepares the project to be built with Gradle/Xcode. Does not run the native build.\n post-build - builds the native project and leaves the output directory for inspection",
749
+ "required": true,
750
+ "helpValue": "(archive|pre-build|post-build)",
751
+ "multiple": false,
752
+ "options": [
753
+ "archive",
754
+ "pre-build",
755
+ "post-build"
756
+ ]
757
+ },
758
+ "output": {
759
+ "name": "output",
760
+ "type": "option",
761
+ "char": "o",
762
+ "description": "Output directory.",
763
+ "required": true,
764
+ "helpValue": "OUTPUT_DIRECTORY",
765
+ "multiple": false
766
+ },
767
+ "force": {
768
+ "name": "force",
769
+ "type": "boolean",
770
+ "description": "Delete OUTPUT_DIRECTORY if it already exists.",
771
+ "allowNo": false
772
+ },
773
+ "verbose": {
774
+ "name": "verbose",
775
+ "type": "boolean",
776
+ "char": "v",
777
+ "allowNo": false
778
+ }
779
+ },
780
+ "args": {},
781
+ "contextDefinition": {
782
+ "loggedIn": {},
783
+ "getDynamicPublicProjectConfigAsync": {},
784
+ "getDynamicPrivateProjectConfigAsync": {},
785
+ "projectDir": {},
786
+ "analytics": {},
787
+ "vcsClient": {}
788
+ }
789
+ },
790
+ "build:internal": {
791
+ "id": "build:internal",
792
+ "strict": true,
793
+ "pluginName": "eas-cli",
794
+ "pluginAlias": "eas-cli",
795
+ "pluginType": "core",
796
+ "hidden": true,
797
+ "aliases": [],
798
+ "flags": {
799
+ "platform": {
800
+ "name": "platform",
801
+ "type": "option",
802
+ "char": "p",
803
+ "required": true,
804
+ "helpValue": "(android|ios)",
805
+ "multiple": false,
806
+ "options": [
807
+ "android",
808
+ "ios"
809
+ ]
810
+ },
811
+ "profile": {
812
+ "name": "profile",
813
+ "type": "option",
814
+ "char": "e",
815
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
816
+ "helpValue": "PROFILE_NAME",
817
+ "multiple": false
818
+ }
819
+ },
820
+ "args": {},
821
+ "contextDefinition": {
822
+ "loggedIn": {},
823
+ "getDynamicPublicProjectConfigAsync": {},
824
+ "getDynamicPrivateProjectConfigAsync": {},
825
+ "projectDir": {},
826
+ "analytics": {},
827
+ "vcsClient": {}
828
+ }
829
+ },
830
+ "build:list": {
831
+ "id": "build:list",
832
+ "description": "list all builds for your project",
833
+ "strict": true,
834
+ "pluginName": "eas-cli",
835
+ "pluginAlias": "eas-cli",
836
+ "pluginType": "core",
837
+ "aliases": [],
838
+ "flags": {
839
+ "platform": {
840
+ "name": "platform",
841
+ "type": "option",
842
+ "helpValue": "(all|android|ios)",
843
+ "multiple": false,
844
+ "options": [
845
+ "all",
846
+ "android",
847
+ "ios"
848
+ ]
849
+ },
850
+ "status": {
851
+ "name": "status",
852
+ "type": "option",
853
+ "helpValue": "(new|in-queue|in-progress|pending-cancel|errored|finished|canceled)",
854
+ "multiple": false,
855
+ "options": [
856
+ "new",
857
+ "in-queue",
858
+ "in-progress",
859
+ "pending-cancel",
860
+ "errored",
861
+ "finished",
862
+ "canceled"
863
+ ]
864
+ },
865
+ "distribution": {
866
+ "name": "distribution",
867
+ "type": "option",
868
+ "helpValue": "(store|internal|simulator)",
869
+ "multiple": false,
870
+ "options": [
871
+ "store",
872
+ "internal",
873
+ "simulator"
874
+ ]
875
+ },
876
+ "channel": {
877
+ "name": "channel",
878
+ "type": "option",
879
+ "multiple": false
880
+ },
881
+ "appVersion": {
882
+ "name": "appVersion",
883
+ "type": "option",
884
+ "multiple": false
885
+ },
886
+ "appBuildVersion": {
887
+ "name": "appBuildVersion",
888
+ "type": "option",
889
+ "multiple": false
890
+ },
891
+ "sdkVersion": {
892
+ "name": "sdkVersion",
893
+ "type": "option",
894
+ "multiple": false
895
+ },
896
+ "runtimeVersion": {
897
+ "name": "runtimeVersion",
898
+ "type": "option",
899
+ "multiple": false
900
+ },
901
+ "appIdentifier": {
902
+ "name": "appIdentifier",
903
+ "type": "option",
904
+ "multiple": false
905
+ },
906
+ "buildProfile": {
907
+ "name": "buildProfile",
908
+ "type": "option",
909
+ "multiple": false
910
+ },
911
+ "gitCommitHash": {
912
+ "name": "gitCommitHash",
913
+ "type": "option",
914
+ "multiple": false
915
+ },
916
+ "offset": {
917
+ "name": "offset",
918
+ "type": "option",
919
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
920
+ "multiple": false
921
+ },
922
+ "limit": {
923
+ "name": "limit",
924
+ "type": "option",
925
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 50.",
926
+ "multiple": false
927
+ },
928
+ "json": {
929
+ "name": "json",
930
+ "type": "boolean",
931
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
932
+ "allowNo": false,
933
+ "dependsOn": [
934
+ "non-interactive"
935
+ ]
936
+ },
937
+ "non-interactive": {
938
+ "name": "non-interactive",
939
+ "type": "boolean",
940
+ "description": "Run the command in non-interactive mode.",
941
+ "allowNo": false
942
+ }
943
+ },
944
+ "args": {},
945
+ "contextDefinition": {
946
+ "loggedIn": {},
947
+ "privateProjectConfig": {},
948
+ "vcsClient": {}
949
+ }
950
+ },
951
+ "build:resign": {
952
+ "id": "build:resign",
953
+ "description": "re-sign a build archive",
954
+ "strict": true,
955
+ "pluginName": "eas-cli",
956
+ "pluginAlias": "eas-cli",
957
+ "pluginType": "core",
958
+ "aliases": [],
959
+ "flags": {
960
+ "platform": {
961
+ "name": "platform",
962
+ "type": "option",
963
+ "char": "p",
964
+ "helpValue": "(android|ios)",
965
+ "multiple": false,
966
+ "options": [
967
+ "android",
968
+ "ios"
969
+ ]
970
+ },
971
+ "profile": {
972
+ "name": "profile",
973
+ "type": "option",
974
+ "char": "e",
975
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
976
+ "helpValue": "PROFILE_NAME",
977
+ "multiple": false
978
+ },
979
+ "wait": {
980
+ "name": "wait",
981
+ "type": "boolean",
982
+ "description": "Wait for build(s) to complete.",
983
+ "allowNo": true
984
+ },
985
+ "id": {
986
+ "name": "id",
987
+ "type": "option",
988
+ "description": "ID of the build to re-sign.",
989
+ "multiple": false
990
+ },
991
+ "offset": {
992
+ "name": "offset",
993
+ "type": "option",
994
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
995
+ "multiple": false
996
+ },
997
+ "limit": {
998
+ "name": "limit",
999
+ "type": "option",
1000
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
1001
+ "multiple": false
1002
+ },
1003
+ "json": {
1004
+ "name": "json",
1005
+ "type": "boolean",
1006
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1007
+ "allowNo": false,
1008
+ "dependsOn": [
1009
+ "non-interactive"
1010
+ ]
1011
+ },
1012
+ "non-interactive": {
1013
+ "name": "non-interactive",
1014
+ "type": "boolean",
1015
+ "description": "Run the command in non-interactive mode.",
1016
+ "allowNo": false
1017
+ }
1018
+ },
1019
+ "args": {},
1020
+ "contextDefinition": {
1021
+ "loggedIn": {},
1022
+ "getDynamicPublicProjectConfigAsync": {},
1023
+ "getDynamicPrivateProjectConfigAsync": {},
1024
+ "projectDir": {},
1025
+ "analytics": {},
1026
+ "vcsClient": {}
1027
+ }
1028
+ },
1029
+ "build:run": {
1030
+ "id": "build:run",
1031
+ "description": "run simulator/emulator builds from eas-cli",
1032
+ "strict": true,
1033
+ "pluginName": "eas-cli",
1034
+ "pluginAlias": "eas-cli",
1035
+ "pluginType": "core",
1036
+ "aliases": [],
1037
+ "flags": {
1038
+ "latest": {
1039
+ "name": "latest",
1040
+ "type": "boolean",
1041
+ "description": "Run the latest simulator/emulator build for specified platform",
1042
+ "allowNo": false,
1043
+ "exclusive": [
1044
+ "id",
1045
+ "path",
1046
+ "url"
1047
+ ]
1048
+ },
1049
+ "url": {
1050
+ "name": "url",
1051
+ "type": "option",
1052
+ "description": "Simulator/Emulator build archive url",
1053
+ "multiple": false,
1054
+ "exclusive": [
1055
+ "latest",
1056
+ "id",
1057
+ "path"
1058
+ ]
1059
+ },
1060
+ "path": {
1061
+ "name": "path",
1062
+ "type": "option",
1063
+ "description": "Path to the simulator/emulator build archive or app",
1064
+ "multiple": false,
1065
+ "exclusive": [
1066
+ "latest",
1067
+ "id",
1068
+ "url"
1069
+ ]
1070
+ },
1071
+ "id": {
1072
+ "name": "id",
1073
+ "type": "option",
1074
+ "description": "ID of the simulator/emulator build to run",
1075
+ "multiple": false,
1076
+ "exclusive": [
1077
+ "latest, path, url"
1078
+ ]
1079
+ },
1080
+ "platform": {
1081
+ "name": "platform",
1082
+ "type": "option",
1083
+ "char": "p",
1084
+ "helpValue": "(android|ios)",
1085
+ "multiple": false,
1086
+ "options": [
1087
+ "android",
1088
+ "ios"
1089
+ ]
1090
+ },
1091
+ "profile": {
1092
+ "name": "profile",
1093
+ "type": "option",
1094
+ "char": "e",
1095
+ "description": "Name of the build profile used to create the build to run. When specified, only builds created with the specified build profile will be queried.",
1096
+ "helpValue": "PROFILE_NAME",
1097
+ "multiple": false
1098
+ },
1099
+ "offset": {
1100
+ "name": "offset",
1101
+ "type": "option",
1102
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1103
+ "multiple": false
1104
+ },
1105
+ "limit": {
1106
+ "name": "limit",
1107
+ "type": "option",
1108
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
1109
+ "multiple": false
1110
+ }
1111
+ },
1112
+ "args": {},
1113
+ "contextDefinition": {
1114
+ "loggedIn": {},
1115
+ "privateProjectConfig": {},
1116
+ "projectDir": {},
1117
+ "vcsClient": {}
1118
+ }
1119
+ },
1120
+ "build:view": {
1121
+ "id": "build:view",
1122
+ "description": "view a build for your project",
1123
+ "strict": true,
1124
+ "pluginName": "eas-cli",
1125
+ "pluginAlias": "eas-cli",
1126
+ "pluginType": "core",
1127
+ "aliases": [],
1128
+ "flags": {
1129
+ "json": {
1130
+ "name": "json",
1131
+ "type": "boolean",
1132
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1133
+ "allowNo": false
1134
+ }
1135
+ },
1136
+ "args": {
1137
+ "BUILD_ID": {
1138
+ "name": "BUILD_ID"
1139
+ }
1140
+ },
1141
+ "contextDefinition": {
1142
+ "loggedIn": {},
1143
+ "privateProjectConfig": {},
1144
+ "vcsClient": {}
1145
+ }
1146
+ },
1147
+ "channel:create": {
1148
+ "id": "channel:create",
1149
+ "description": "create a channel",
1150
+ "strict": true,
1151
+ "pluginName": "eas-cli",
1152
+ "pluginAlias": "eas-cli",
1153
+ "pluginType": "core",
1154
+ "aliases": [],
1155
+ "flags": {
1156
+ "json": {
1157
+ "name": "json",
1158
+ "type": "boolean",
1159
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1160
+ "allowNo": false,
1161
+ "dependsOn": [
1162
+ "non-interactive"
1163
+ ]
1164
+ },
1165
+ "non-interactive": {
1166
+ "name": "non-interactive",
1167
+ "type": "boolean",
1168
+ "description": "Run the command in non-interactive mode.",
1169
+ "allowNo": false
1170
+ }
1171
+ },
1172
+ "args": {
1173
+ "name": {
1174
+ "name": "name",
1175
+ "description": "Name of the channel to create",
1176
+ "required": false
1177
+ }
1178
+ },
1179
+ "contextDefinition": {
1180
+ "loggedIn": {},
1181
+ "privateProjectConfig": {}
1182
+ }
1183
+ },
1184
+ "channel:delete": {
1185
+ "id": "channel:delete",
1186
+ "description": "Delete a channel",
1187
+ "strict": true,
1188
+ "pluginName": "eas-cli",
1189
+ "pluginAlias": "eas-cli",
1190
+ "pluginType": "core",
1191
+ "hidden": true,
1192
+ "aliases": [],
1193
+ "flags": {
1194
+ "json": {
1195
+ "name": "json",
1196
+ "type": "boolean",
1197
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1198
+ "allowNo": false,
1199
+ "dependsOn": [
1200
+ "non-interactive"
1201
+ ]
1202
+ },
1203
+ "non-interactive": {
1204
+ "name": "non-interactive",
1205
+ "type": "boolean",
1206
+ "description": "Run the command in non-interactive mode.",
1207
+ "allowNo": false
1208
+ }
1209
+ },
1210
+ "args": {
1211
+ "name": {
1212
+ "name": "name",
1213
+ "description": "Name of the channel to delete",
1214
+ "required": false
1215
+ }
1216
+ },
1217
+ "contextDefinition": {
1218
+ "loggedIn": {},
1219
+ "privateProjectConfig": {}
1220
+ }
1221
+ },
1222
+ "channel:edit": {
1223
+ "id": "channel:edit",
1224
+ "description": "point a channel at a new branch",
1225
+ "strict": true,
1226
+ "pluginName": "eas-cli",
1227
+ "pluginAlias": "eas-cli",
1228
+ "pluginType": "core",
1229
+ "aliases": [],
1230
+ "flags": {
1231
+ "branch": {
1232
+ "name": "branch",
1233
+ "type": "option",
1234
+ "description": "Name of the branch to point to",
1235
+ "multiple": false
1236
+ },
1237
+ "json": {
1238
+ "name": "json",
1239
+ "type": "boolean",
1240
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1241
+ "allowNo": false,
1242
+ "dependsOn": [
1243
+ "non-interactive"
1244
+ ]
1245
+ },
1246
+ "non-interactive": {
1247
+ "name": "non-interactive",
1248
+ "type": "boolean",
1249
+ "description": "Run the command in non-interactive mode.",
1250
+ "allowNo": false
1251
+ }
1252
+ },
1253
+ "args": {
1254
+ "name": {
1255
+ "name": "name",
1256
+ "description": "Name of the channel to edit",
1257
+ "required": false
1258
+ }
1259
+ },
1260
+ "contextDefinition": {
1261
+ "loggedIn": {},
1262
+ "privateProjectConfig": {}
1263
+ }
1264
+ },
1265
+ "channel:list": {
1266
+ "id": "channel:list",
1267
+ "description": "list all channels",
1268
+ "strict": true,
1269
+ "pluginName": "eas-cli",
1270
+ "pluginAlias": "eas-cli",
1271
+ "pluginType": "core",
1272
+ "aliases": [],
1273
+ "flags": {
1274
+ "offset": {
1275
+ "name": "offset",
1276
+ "type": "option",
1277
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1278
+ "multiple": false
1279
+ },
1280
+ "limit": {
1281
+ "name": "limit",
1282
+ "type": "option",
1283
+ "description": "The number of items to fetch each query. Defaults to 10 and is capped at 25.",
1284
+ "multiple": false
1285
+ },
1286
+ "json": {
1287
+ "name": "json",
1288
+ "type": "boolean",
1289
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1290
+ "allowNo": false,
1291
+ "dependsOn": [
1292
+ "non-interactive"
1293
+ ]
1294
+ },
1295
+ "non-interactive": {
1296
+ "name": "non-interactive",
1297
+ "type": "boolean",
1298
+ "description": "Run the command in non-interactive mode.",
1299
+ "allowNo": false
1300
+ }
1301
+ },
1302
+ "args": {},
1303
+ "contextDefinition": {
1304
+ "loggedIn": {},
1305
+ "privateProjectConfig": {}
1306
+ }
1307
+ },
1308
+ "channel:rollout": {
1309
+ "id": "channel:rollout",
1310
+ "description": "Roll a new branch out on a channel incrementally.",
1311
+ "strict": true,
1312
+ "pluginName": "eas-cli",
1313
+ "pluginAlias": "eas-cli",
1314
+ "pluginType": "core",
1315
+ "aliases": [],
1316
+ "flags": {
1317
+ "action": {
1318
+ "name": "action",
1319
+ "type": "option",
1320
+ "description": "Rollout action to perform",
1321
+ "required": false,
1322
+ "helpValue": "(create|edit|end|view)",
1323
+ "multiple": false,
1324
+ "options": [
1325
+ "create",
1326
+ "edit",
1327
+ "end",
1328
+ "view"
1329
+ ],
1330
+ "relationships": [
1331
+ {
1332
+ "type": "all",
1333
+ "flags": [
1334
+ {
1335
+ "name": "percent"
1336
+ },
1337
+ {
1338
+ "name": "outcome"
1339
+ },
1340
+ {
1341
+ "name": "branch"
1342
+ },
1343
+ {
1344
+ "name": "runtime-version"
1345
+ }
1346
+ ]
1347
+ }
1348
+ ]
1349
+ },
1350
+ "percent": {
1351
+ "name": "percent",
1352
+ "type": "option",
1353
+ "description": "Percent of users to send to the new branch. Use with --action=edit or --action=create",
1354
+ "required": false,
1355
+ "multiple": false
1356
+ },
1357
+ "outcome": {
1358
+ "name": "outcome",
1359
+ "type": "option",
1360
+ "description": "End outcome of rollout. Use with --action=end",
1361
+ "required": false,
1362
+ "helpValue": "(republish-and-revert|revert)",
1363
+ "multiple": false,
1364
+ "options": [
1365
+ "republish-and-revert",
1366
+ "revert"
1367
+ ]
1368
+ },
1369
+ "branch": {
1370
+ "name": "branch",
1371
+ "type": "option",
1372
+ "description": "Branch to roll out. Use with --action=create",
1373
+ "required": false,
1374
+ "multiple": false
1375
+ },
1376
+ "runtime-version": {
1377
+ "name": "runtime-version",
1378
+ "type": "option",
1379
+ "description": "Runtime version to target. Use with --action=create",
1380
+ "required": false,
1381
+ "multiple": false
1382
+ },
1383
+ "private-key-path": {
1384
+ "name": "private-key-path",
1385
+ "type": "option",
1386
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
1387
+ "required": false,
1388
+ "multiple": false
1389
+ },
1390
+ "json": {
1391
+ "name": "json",
1392
+ "type": "boolean",
1393
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1394
+ "allowNo": false,
1395
+ "dependsOn": [
1396
+ "non-interactive"
1397
+ ]
1398
+ },
1399
+ "non-interactive": {
1400
+ "name": "non-interactive",
1401
+ "type": "boolean",
1402
+ "description": "Run the command in non-interactive mode.",
1403
+ "allowNo": false
1404
+ }
1405
+ },
1406
+ "args": {
1407
+ "channel": {
1408
+ "name": "channel",
1409
+ "description": "channel on which the rollout should be done"
1410
+ }
1411
+ },
1412
+ "contextDefinition": {
1413
+ "loggedIn": {},
1414
+ "privateProjectConfig": {}
1415
+ }
1416
+ },
1417
+ "channel:view": {
1418
+ "id": "channel:view",
1419
+ "description": "view a channel",
1420
+ "strict": true,
1421
+ "pluginName": "eas-cli",
1422
+ "pluginAlias": "eas-cli",
1423
+ "pluginType": "core",
1424
+ "aliases": [],
1425
+ "flags": {
1426
+ "json": {
1427
+ "name": "json",
1428
+ "type": "boolean",
1429
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1430
+ "allowNo": false,
1431
+ "dependsOn": [
1432
+ "non-interactive"
1433
+ ]
1434
+ },
1435
+ "non-interactive": {
1436
+ "name": "non-interactive",
1437
+ "type": "boolean",
1438
+ "description": "Run the command in non-interactive mode.",
1439
+ "allowNo": false
1440
+ },
1441
+ "offset": {
1442
+ "name": "offset",
1443
+ "type": "option",
1444
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1445
+ "multiple": false
1446
+ },
1447
+ "limit": {
1448
+ "name": "limit",
1449
+ "type": "option",
1450
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
1451
+ "multiple": false
1452
+ }
1453
+ },
1454
+ "args": {
1455
+ "name": {
1456
+ "name": "name",
1457
+ "description": "Name of the channel to view",
1458
+ "required": false
1459
+ }
1460
+ },
1461
+ "contextDefinition": {
1462
+ "loggedIn": {},
1463
+ "privateProjectConfig": {}
1464
+ }
1465
+ },
1466
+ "device:create": {
1467
+ "id": "device:create",
1468
+ "description": "register new Apple Devices to use for internal distribution",
1469
+ "strict": true,
1470
+ "pluginName": "eas-cli",
1471
+ "pluginAlias": "eas-cli",
1472
+ "pluginType": "core",
1473
+ "aliases": [],
1474
+ "flags": {},
1475
+ "args": {},
1476
+ "contextDefinition": {
1477
+ "loggedIn": {},
1478
+ "privateProjectConfig": {}
1479
+ }
1480
+ },
1481
+ "device:delete": {
1482
+ "id": "device:delete",
1483
+ "description": "remove a registered device from your account",
1484
+ "strict": true,
1485
+ "pluginName": "eas-cli",
1486
+ "pluginAlias": "eas-cli",
1487
+ "pluginType": "core",
1488
+ "aliases": [],
1489
+ "flags": {
1490
+ "apple-team-id": {
1491
+ "name": "apple-team-id",
1492
+ "type": "option",
1493
+ "description": "The Apple team ID on which to find the device",
1494
+ "multiple": false
1495
+ },
1496
+ "udid": {
1497
+ "name": "udid",
1498
+ "type": "option",
1499
+ "description": "The Apple device ID to disable",
1500
+ "multiple": false
1501
+ },
1502
+ "json": {
1503
+ "name": "json",
1504
+ "type": "boolean",
1505
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1506
+ "allowNo": false,
1507
+ "dependsOn": [
1508
+ "non-interactive"
1509
+ ]
1510
+ },
1511
+ "non-interactive": {
1512
+ "name": "non-interactive",
1513
+ "type": "boolean",
1514
+ "description": "Run the command in non-interactive mode.",
1515
+ "allowNo": false
1516
+ }
1517
+ },
1518
+ "args": {},
1519
+ "contextDefinition": {
1520
+ "loggedIn": {},
1521
+ "privateProjectConfig": {}
1522
+ }
1523
+ },
1524
+ "device:list": {
1525
+ "id": "device:list",
1526
+ "description": "list all registered devices for your account",
1527
+ "strict": true,
1528
+ "pluginName": "eas-cli",
1529
+ "pluginAlias": "eas-cli",
1530
+ "pluginType": "core",
1531
+ "aliases": [],
1532
+ "flags": {
1533
+ "apple-team-id": {
1534
+ "name": "apple-team-id",
1535
+ "type": "option",
1536
+ "multiple": false
1537
+ },
1538
+ "offset": {
1539
+ "name": "offset",
1540
+ "type": "option",
1541
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
1542
+ "multiple": false
1543
+ },
1544
+ "limit": {
1545
+ "name": "limit",
1546
+ "type": "option",
1547
+ "description": "The number of items to fetch each query. Defaults to 50 and is capped at 100.",
1548
+ "multiple": false
1549
+ },
1550
+ "json": {
1551
+ "name": "json",
1552
+ "type": "boolean",
1553
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1554
+ "allowNo": false,
1555
+ "dependsOn": [
1556
+ "non-interactive"
1557
+ ]
1558
+ },
1559
+ "non-interactive": {
1560
+ "name": "non-interactive",
1561
+ "type": "boolean",
1562
+ "description": "Run the command in non-interactive mode.",
1563
+ "allowNo": false
1564
+ }
1565
+ },
1566
+ "args": {},
1567
+ "contextDefinition": {
1568
+ "loggedIn": {},
1569
+ "privateProjectConfig": {}
1570
+ }
1571
+ },
1572
+ "device:rename": {
1573
+ "id": "device:rename",
1574
+ "description": "rename a registered device",
1575
+ "strict": true,
1576
+ "pluginName": "eas-cli",
1577
+ "pluginAlias": "eas-cli",
1578
+ "pluginType": "core",
1579
+ "aliases": [],
1580
+ "flags": {
1581
+ "apple-team-id": {
1582
+ "name": "apple-team-id",
1583
+ "type": "option",
1584
+ "description": "The Apple team ID on which to find the device",
1585
+ "multiple": false
1586
+ },
1587
+ "udid": {
1588
+ "name": "udid",
1589
+ "type": "option",
1590
+ "description": "The Apple device ID to rename",
1591
+ "multiple": false
1592
+ },
1593
+ "name": {
1594
+ "name": "name",
1595
+ "type": "option",
1596
+ "description": "The new name for the device",
1597
+ "multiple": false
1598
+ },
1599
+ "json": {
1600
+ "name": "json",
1601
+ "type": "boolean",
1602
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1603
+ "allowNo": false,
1604
+ "dependsOn": [
1605
+ "non-interactive"
1606
+ ]
1607
+ },
1608
+ "non-interactive": {
1609
+ "name": "non-interactive",
1610
+ "type": "boolean",
1611
+ "description": "Run the command in non-interactive mode.",
1612
+ "allowNo": false
1613
+ }
1614
+ },
1615
+ "args": {},
1616
+ "contextDefinition": {
1617
+ "loggedIn": {},
1618
+ "privateProjectConfig": {}
1619
+ }
1620
+ },
1621
+ "device:view": {
1622
+ "id": "device:view",
1623
+ "description": "view a device for your project",
1624
+ "strict": true,
1625
+ "pluginName": "eas-cli",
1626
+ "pluginAlias": "eas-cli",
1627
+ "pluginType": "core",
1628
+ "aliases": [],
1629
+ "flags": {},
1630
+ "args": {
1631
+ "UDID": {
1632
+ "name": "UDID"
1633
+ }
1634
+ },
1635
+ "contextDefinition": {
1636
+ "loggedIn": {},
1637
+ "privateProjectConfig": {}
1638
+ }
1639
+ },
1640
+ "metadata:lint": {
1641
+ "id": "metadata:lint",
1642
+ "description": "validate the local store configuration",
1643
+ "strict": true,
1644
+ "pluginName": "eas-cli",
1645
+ "pluginAlias": "eas-cli",
1646
+ "pluginType": "core",
1647
+ "aliases": [],
1648
+ "flags": {
1649
+ "json": {
1650
+ "name": "json",
1651
+ "type": "boolean",
1652
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr",
1653
+ "allowNo": false
1654
+ },
1655
+ "profile": {
1656
+ "name": "profile",
1657
+ "type": "option",
1658
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
1659
+ "multiple": false
1660
+ }
1661
+ },
1662
+ "args": {},
1663
+ "contextDefinition": {
1664
+ "projectDir": {}
1665
+ }
1666
+ },
1667
+ "metadata:pull": {
1668
+ "id": "metadata:pull",
1669
+ "description": "generate the local store configuration from the app stores",
1670
+ "strict": true,
1671
+ "pluginName": "eas-cli",
1672
+ "pluginAlias": "eas-cli",
1673
+ "pluginType": "core",
1674
+ "aliases": [],
1675
+ "flags": {
1676
+ "profile": {
1677
+ "name": "profile",
1678
+ "type": "option",
1679
+ "char": "e",
1680
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
1681
+ "multiple": false
1682
+ }
1683
+ },
1684
+ "args": {},
1685
+ "contextDefinition": {
1686
+ "loggedIn": {},
1687
+ "privateProjectConfig": {},
1688
+ "analytics": {},
1689
+ "vcsClient": {}
1690
+ }
1691
+ },
1692
+ "metadata:push": {
1693
+ "id": "metadata:push",
1694
+ "description": "sync the local store configuration to the app stores",
1695
+ "strict": true,
1696
+ "pluginName": "eas-cli",
1697
+ "pluginAlias": "eas-cli",
1698
+ "pluginType": "core",
1699
+ "aliases": [],
1700
+ "flags": {
1701
+ "profile": {
1702
+ "name": "profile",
1703
+ "type": "option",
1704
+ "char": "e",
1705
+ "description": "Name of the submit profile from eas.json. Defaults to \"production\" if defined in eas.json.",
1706
+ "multiple": false
1707
+ }
1708
+ },
1709
+ "args": {},
1710
+ "contextDefinition": {
1711
+ "loggedIn": {},
1712
+ "privateProjectConfig": {},
1713
+ "analytics": {},
1714
+ "vcsClient": {}
1715
+ }
1716
+ },
1717
+ "project:info": {
1718
+ "id": "project:info",
1719
+ "description": "information about the current project",
1720
+ "strict": true,
1721
+ "pluginName": "eas-cli",
1722
+ "pluginAlias": "eas-cli",
1723
+ "pluginType": "core",
1724
+ "aliases": [],
1725
+ "flags": {},
1726
+ "args": {},
1727
+ "contextDefinition": {
1728
+ "loggedIn": {},
1729
+ "privateProjectConfig": {}
1730
+ }
1731
+ },
1732
+ "project:init": {
1733
+ "id": "project:init",
1734
+ "description": "create or link an EAS project",
1735
+ "strict": true,
1736
+ "pluginName": "eas-cli",
1737
+ "pluginAlias": "eas-cli",
1738
+ "pluginType": "core",
1739
+ "aliases": [
1740
+ "init"
1741
+ ],
1742
+ "flags": {
1743
+ "id": {
1744
+ "name": "id",
1745
+ "type": "option",
1746
+ "description": "ID of the EAS project to link",
1747
+ "multiple": false
1748
+ },
1749
+ "force": {
1750
+ "name": "force",
1751
+ "type": "boolean",
1752
+ "description": "Whether to overwrite any existing project ID",
1753
+ "allowNo": false,
1754
+ "dependsOn": [
1755
+ "id"
1756
+ ]
1757
+ },
1758
+ "non-interactive": {
1759
+ "name": "non-interactive",
1760
+ "type": "boolean",
1761
+ "description": "Run the command in non-interactive mode.",
1762
+ "allowNo": false,
1763
+ "dependsOn": [
1764
+ "id"
1765
+ ]
1766
+ }
1767
+ },
1768
+ "args": {},
1769
+ "contextDefinition": {
1770
+ "loggedIn": {},
1771
+ "projectDir": {}
1772
+ }
1773
+ },
1774
+ "secret:create": {
1775
+ "id": "secret:create",
1776
+ "description": "create an environment secret on the current project or owner account",
1777
+ "strict": true,
1778
+ "pluginName": "eas-cli",
1779
+ "pluginAlias": "eas-cli",
1780
+ "pluginType": "core",
1781
+ "aliases": [],
1782
+ "flags": {
1783
+ "scope": {
1784
+ "name": "scope",
1785
+ "type": "option",
1786
+ "description": "Scope for the secret",
1787
+ "helpValue": "(account|project)",
1788
+ "multiple": false,
1789
+ "options": [
1790
+ "account",
1791
+ "project"
1792
+ ],
1793
+ "default": "project"
1794
+ },
1795
+ "name": {
1796
+ "name": "name",
1797
+ "type": "option",
1798
+ "description": "Name of the secret",
1799
+ "multiple": false
1800
+ },
1801
+ "value": {
1802
+ "name": "value",
1803
+ "type": "option",
1804
+ "description": "Text value or path to a file to store in the secret",
1805
+ "multiple": false
1806
+ },
1807
+ "type": {
1808
+ "name": "type",
1809
+ "type": "option",
1810
+ "description": "The type of secret",
1811
+ "helpValue": "(string|file)",
1812
+ "multiple": false,
1813
+ "options": [
1814
+ "string",
1815
+ "file"
1816
+ ]
1817
+ },
1818
+ "force": {
1819
+ "name": "force",
1820
+ "type": "boolean",
1821
+ "description": "Delete and recreate existing secrets",
1822
+ "allowNo": false
1823
+ },
1824
+ "non-interactive": {
1825
+ "name": "non-interactive",
1826
+ "type": "boolean",
1827
+ "description": "Run the command in non-interactive mode.",
1828
+ "allowNo": false
1829
+ }
1830
+ },
1831
+ "args": {},
1832
+ "contextDefinition": {
1833
+ "loggedIn": {},
1834
+ "privateProjectConfig": {}
1835
+ }
1836
+ },
1837
+ "secret:delete": {
1838
+ "id": "secret:delete",
1839
+ "description": "delete an environment secret by ID",
1840
+ "strict": true,
1841
+ "pluginName": "eas-cli",
1842
+ "pluginAlias": "eas-cli",
1843
+ "pluginType": "core",
1844
+ "aliases": [],
1845
+ "flags": {
1846
+ "id": {
1847
+ "name": "id",
1848
+ "type": "option",
1849
+ "description": "ID of the secret to delete",
1850
+ "multiple": false
1851
+ },
1852
+ "non-interactive": {
1853
+ "name": "non-interactive",
1854
+ "type": "boolean",
1855
+ "description": "Run the command in non-interactive mode.",
1856
+ "allowNo": false
1857
+ }
1858
+ },
1859
+ "args": {},
1860
+ "contextDefinition": {
1861
+ "loggedIn": {},
1862
+ "privateProjectConfig": {}
1863
+ }
1864
+ },
1865
+ "secret:list": {
1866
+ "id": "secret:list",
1867
+ "description": "list environment secrets available for your current app",
1868
+ "strict": true,
1869
+ "pluginName": "eas-cli",
1870
+ "pluginAlias": "eas-cli",
1871
+ "pluginType": "core",
1872
+ "aliases": [],
1873
+ "flags": {},
1874
+ "args": {},
1875
+ "contextDefinition": {
1876
+ "loggedIn": {},
1877
+ "privateProjectConfig": {}
1878
+ }
1879
+ },
1880
+ "secret:push": {
1881
+ "id": "secret:push",
1882
+ "description": "read environment secrets from env file and store on the server",
1883
+ "strict": true,
1884
+ "pluginName": "eas-cli",
1885
+ "pluginAlias": "eas-cli",
1886
+ "pluginType": "core",
1887
+ "aliases": [],
1888
+ "flags": {
1889
+ "scope": {
1890
+ "name": "scope",
1891
+ "type": "option",
1892
+ "description": "Scope for the secrets",
1893
+ "helpValue": "(account|project)",
1894
+ "multiple": false,
1895
+ "options": [
1896
+ "account",
1897
+ "project"
1898
+ ],
1899
+ "default": "project"
1900
+ },
1901
+ "env-file": {
1902
+ "name": "env-file",
1903
+ "type": "option",
1904
+ "description": "Env file with secrets",
1905
+ "multiple": false
1906
+ },
1907
+ "force": {
1908
+ "name": "force",
1909
+ "type": "boolean",
1910
+ "description": "Delete and recreate existing secrets",
1911
+ "allowNo": false
1912
+ },
1913
+ "non-interactive": {
1914
+ "name": "non-interactive",
1915
+ "type": "boolean",
1916
+ "description": "Run the command in non-interactive mode.",
1917
+ "allowNo": false
1918
+ }
1919
+ },
1920
+ "args": {},
1921
+ "contextDefinition": {
1922
+ "loggedIn": {},
1923
+ "privateProjectConfig": {}
1924
+ }
1925
+ },
1926
+ "update:configure": {
1927
+ "id": "update:configure",
1928
+ "description": "configure the project to support EAS Update",
1929
+ "strict": true,
1930
+ "pluginName": "eas-cli",
1931
+ "pluginAlias": "eas-cli",
1932
+ "pluginType": "core",
1933
+ "aliases": [],
1934
+ "flags": {
1935
+ "platform": {
1936
+ "name": "platform",
1937
+ "type": "option",
1938
+ "char": "p",
1939
+ "description": "Platform to configure",
1940
+ "helpValue": "(android|ios|all)",
1941
+ "multiple": false,
1942
+ "options": [
1943
+ "android",
1944
+ "ios",
1945
+ "all"
1946
+ ],
1947
+ "default": "all"
1948
+ },
1949
+ "non-interactive": {
1950
+ "name": "non-interactive",
1951
+ "type": "boolean",
1952
+ "description": "Run the command in non-interactive mode.",
1953
+ "allowNo": false
1954
+ }
1955
+ },
1956
+ "args": {},
1957
+ "contextDefinition": {
1958
+ "loggedIn": {},
1959
+ "privateProjectConfig": {},
1960
+ "vcsClient": {}
1961
+ }
1962
+ },
1963
+ "update:delete": {
1964
+ "id": "update:delete",
1965
+ "description": "delete all the updates in an update group",
1966
+ "strict": true,
1967
+ "pluginName": "eas-cli",
1968
+ "pluginAlias": "eas-cli",
1969
+ "pluginType": "core",
1970
+ "aliases": [],
1971
+ "flags": {
1972
+ "json": {
1973
+ "name": "json",
1974
+ "type": "boolean",
1975
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1976
+ "allowNo": false,
1977
+ "dependsOn": [
1978
+ "non-interactive"
1979
+ ]
1980
+ },
1981
+ "non-interactive": {
1982
+ "name": "non-interactive",
1983
+ "type": "boolean",
1984
+ "description": "Run the command in non-interactive mode.",
1985
+ "allowNo": false
1986
+ }
1987
+ },
1988
+ "args": {
1989
+ "groupId": {
1990
+ "name": "groupId",
1991
+ "description": "The ID of an update group to delete.",
1992
+ "required": true
1993
+ }
1994
+ },
1995
+ "contextDefinition": {
1996
+ "loggedIn": {}
1997
+ }
1998
+ },
1999
+ "update": {
2000
+ "id": "update",
2001
+ "description": "publish an update group",
2002
+ "strict": true,
2003
+ "pluginName": "eas-cli",
2004
+ "pluginAlias": "eas-cli",
2005
+ "pluginType": "core",
2006
+ "aliases": [],
2007
+ "flags": {
2008
+ "branch": {
2009
+ "name": "branch",
2010
+ "type": "option",
2011
+ "description": "Branch to publish the update group on",
2012
+ "required": false,
2013
+ "multiple": false
2014
+ },
2015
+ "channel": {
2016
+ "name": "channel",
2017
+ "type": "option",
2018
+ "description": "Channel that the published update should affect",
2019
+ "required": false,
2020
+ "multiple": false
2021
+ },
2022
+ "message": {
2023
+ "name": "message",
2024
+ "type": "option",
2025
+ "char": "m",
2026
+ "description": "A short message describing the update",
2027
+ "required": false,
2028
+ "multiple": false
2029
+ },
2030
+ "republish": {
2031
+ "name": "republish",
2032
+ "type": "boolean",
2033
+ "description": "Republish an update group (deprecated, see republish command)",
2034
+ "allowNo": false,
2035
+ "exclusive": [
2036
+ "input-dir",
2037
+ "skip-bundler"
2038
+ ]
2039
+ },
2040
+ "group": {
2041
+ "name": "group",
2042
+ "type": "option",
2043
+ "description": "Update group to republish (deprecated, see republish command)",
2044
+ "multiple": false,
2045
+ "exclusive": [
2046
+ "input-dir",
2047
+ "skip-bundler"
2048
+ ]
2049
+ },
2050
+ "input-dir": {
2051
+ "name": "input-dir",
2052
+ "type": "option",
2053
+ "description": "Location of the bundle",
2054
+ "required": false,
2055
+ "multiple": false,
2056
+ "default": "dist"
2057
+ },
2058
+ "skip-bundler": {
2059
+ "name": "skip-bundler",
2060
+ "type": "boolean",
2061
+ "description": "Skip running Expo CLI to bundle the app before publishing",
2062
+ "allowNo": false
2063
+ },
2064
+ "clear-cache": {
2065
+ "name": "clear-cache",
2066
+ "type": "boolean",
2067
+ "description": "Clear the bundler cache before publishing",
2068
+ "allowNo": false
2069
+ },
2070
+ "platform": {
2071
+ "name": "platform",
2072
+ "type": "option",
2073
+ "char": "p",
2074
+ "required": false,
2075
+ "helpValue": "(android|ios|all)",
2076
+ "multiple": false,
2077
+ "options": [
2078
+ "android",
2079
+ "ios",
2080
+ "all"
2081
+ ],
2082
+ "default": "all"
2083
+ },
2084
+ "dev": {
2085
+ "name": "dev",
2086
+ "type": "boolean",
2087
+ "description": "Publish a development bundle",
2088
+ "allowNo": false
2089
+ },
2090
+ "auto": {
2091
+ "name": "auto",
2092
+ "type": "boolean",
2093
+ "description": "Use the current git branch and commit message for the EAS branch and update message",
2094
+ "allowNo": false
2095
+ },
2096
+ "private-key-path": {
2097
+ "name": "private-key-path",
2098
+ "type": "option",
2099
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
2100
+ "required": false,
2101
+ "multiple": false
2102
+ },
2103
+ "json": {
2104
+ "name": "json",
2105
+ "type": "boolean",
2106
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2107
+ "allowNo": false,
2108
+ "dependsOn": [
2109
+ "non-interactive"
2110
+ ]
2111
+ },
2112
+ "non-interactive": {
2113
+ "name": "non-interactive",
2114
+ "type": "boolean",
2115
+ "description": "Run the command in non-interactive mode.",
2116
+ "allowNo": false
2117
+ }
2118
+ },
2119
+ "args": {},
2120
+ "contextDefinition": {
2121
+ "getDynamicPublicProjectConfigAsync": {},
2122
+ "getDynamicPrivateProjectConfigAsync": {},
2123
+ "loggedIn": {},
2124
+ "vcsClient": {}
2125
+ }
2126
+ },
2127
+ "update:list": {
2128
+ "id": "update:list",
2129
+ "description": "view the recent updates",
2130
+ "strict": true,
2131
+ "pluginName": "eas-cli",
2132
+ "pluginAlias": "eas-cli",
2133
+ "pluginType": "core",
2134
+ "aliases": [],
2135
+ "flags": {
2136
+ "branch": {
2137
+ "name": "branch",
2138
+ "type": "option",
2139
+ "description": "List updates only on this branch",
2140
+ "multiple": false,
2141
+ "exclusive": [
2142
+ "all"
2143
+ ]
2144
+ },
2145
+ "all": {
2146
+ "name": "all",
2147
+ "type": "boolean",
2148
+ "description": "List updates on all branches",
2149
+ "allowNo": false,
2150
+ "exclusive": [
2151
+ "branch"
2152
+ ]
2153
+ },
2154
+ "offset": {
2155
+ "name": "offset",
2156
+ "type": "option",
2157
+ "description": "Start queries from specified index. Use for paginating results. Defaults to 0.",
2158
+ "multiple": false
2159
+ },
2160
+ "limit": {
2161
+ "name": "limit",
2162
+ "type": "option",
2163
+ "description": "The number of items to fetch each query. Defaults to 25 and is capped at 50.",
2164
+ "multiple": false
2165
+ },
2166
+ "json": {
2167
+ "name": "json",
2168
+ "type": "boolean",
2169
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2170
+ "allowNo": false,
2171
+ "dependsOn": [
2172
+ "non-interactive"
2173
+ ]
2174
+ },
2175
+ "non-interactive": {
2176
+ "name": "non-interactive",
2177
+ "type": "boolean",
2178
+ "description": "Run the command in non-interactive mode.",
2179
+ "allowNo": false
2180
+ }
2181
+ },
2182
+ "args": {},
2183
+ "contextDefinition": {
2184
+ "loggedIn": {},
2185
+ "privateProjectConfig": {}
2186
+ }
2187
+ },
2188
+ "update:republish": {
2189
+ "id": "update:republish",
2190
+ "description": "roll back to an existing update",
2191
+ "strict": true,
2192
+ "pluginName": "eas-cli",
2193
+ "pluginAlias": "eas-cli",
2194
+ "pluginType": "core",
2195
+ "aliases": [],
2196
+ "flags": {
2197
+ "channel": {
2198
+ "name": "channel",
2199
+ "type": "option",
2200
+ "description": "Channel name to select an update group to republish from",
2201
+ "multiple": false,
2202
+ "exclusive": [
2203
+ "branch",
2204
+ "group"
2205
+ ]
2206
+ },
2207
+ "branch": {
2208
+ "name": "branch",
2209
+ "type": "option",
2210
+ "description": "Branch name to select an update group to republish from",
2211
+ "multiple": false,
2212
+ "exclusive": [
2213
+ "channel",
2214
+ "group"
2215
+ ]
2216
+ },
2217
+ "group": {
2218
+ "name": "group",
2219
+ "type": "option",
2220
+ "description": "Update group ID to republish",
2221
+ "multiple": false,
2222
+ "exclusive": [
2223
+ "branch",
2224
+ "channel"
2225
+ ]
2226
+ },
2227
+ "message": {
2228
+ "name": "message",
2229
+ "type": "option",
2230
+ "char": "m",
2231
+ "description": "Short message describing the republished update group",
2232
+ "required": false,
2233
+ "multiple": false
2234
+ },
2235
+ "platform": {
2236
+ "name": "platform",
2237
+ "type": "option",
2238
+ "char": "p",
2239
+ "required": false,
2240
+ "helpValue": "(android|ios|all)",
2241
+ "multiple": false,
2242
+ "options": [
2243
+ "android",
2244
+ "ios",
2245
+ "all"
2246
+ ],
2247
+ "default": "all"
2248
+ },
2249
+ "private-key-path": {
2250
+ "name": "private-key-path",
2251
+ "type": "option",
2252
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
2253
+ "required": false,
2254
+ "multiple": false
2255
+ },
2256
+ "json": {
2257
+ "name": "json",
2258
+ "type": "boolean",
2259
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2260
+ "allowNo": false,
2261
+ "dependsOn": [
2262
+ "non-interactive"
2263
+ ]
2264
+ },
2265
+ "non-interactive": {
2266
+ "name": "non-interactive",
2267
+ "type": "boolean",
2268
+ "description": "Run the command in non-interactive mode.",
2269
+ "allowNo": false
2270
+ }
2271
+ },
2272
+ "args": {},
2273
+ "contextDefinition": {
2274
+ "loggedIn": {},
2275
+ "privateProjectConfig": {}
2276
+ }
2277
+ },
2278
+ "update:roll-back-to-embedded": {
2279
+ "id": "update:roll-back-to-embedded",
2280
+ "description": "roll back to the embedded update",
2281
+ "strict": true,
2282
+ "pluginName": "eas-cli",
2283
+ "pluginAlias": "eas-cli",
2284
+ "pluginType": "core",
2285
+ "aliases": [],
2286
+ "flags": {
2287
+ "branch": {
2288
+ "name": "branch",
2289
+ "type": "option",
2290
+ "description": "Branch to publish the rollback to embedded update group on",
2291
+ "required": false,
2292
+ "multiple": false
2293
+ },
2294
+ "channel": {
2295
+ "name": "channel",
2296
+ "type": "option",
2297
+ "description": "Channel that the published rollback to embedded update should affect",
2298
+ "required": false,
2299
+ "multiple": false
2300
+ },
2301
+ "message": {
2302
+ "name": "message",
2303
+ "type": "option",
2304
+ "description": "A short message describing the rollback to embedded update",
2305
+ "required": false,
2306
+ "multiple": false
2307
+ },
2308
+ "platform": {
2309
+ "name": "platform",
2310
+ "type": "option",
2311
+ "char": "p",
2312
+ "required": false,
2313
+ "helpValue": "(android|ios|all)",
2314
+ "multiple": false,
2315
+ "options": [
2316
+ "android",
2317
+ "ios",
2318
+ "all"
2319
+ ],
2320
+ "default": "all"
2321
+ },
2322
+ "auto": {
2323
+ "name": "auto",
2324
+ "type": "boolean",
2325
+ "description": "Use the current git branch and commit message for the EAS branch and update message",
2326
+ "allowNo": false
2327
+ },
2328
+ "private-key-path": {
2329
+ "name": "private-key-path",
2330
+ "type": "option",
2331
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
2332
+ "required": false,
2333
+ "multiple": false
2334
+ },
2335
+ "json": {
2336
+ "name": "json",
2337
+ "type": "boolean",
2338
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2339
+ "allowNo": false,
2340
+ "dependsOn": [
2341
+ "non-interactive"
2342
+ ]
2343
+ },
2344
+ "non-interactive": {
2345
+ "name": "non-interactive",
2346
+ "type": "boolean",
2347
+ "description": "Run the command in non-interactive mode.",
2348
+ "allowNo": false
2349
+ }
2350
+ },
2351
+ "args": {},
2352
+ "contextDefinition": {
2353
+ "getDynamicPublicProjectConfigAsync": {},
2354
+ "getDynamicPrivateProjectConfigAsync": {},
2355
+ "loggedIn": {},
2356
+ "vcsClient": {}
2357
+ }
2358
+ },
2359
+ "update:rollback": {
2360
+ "id": "update:rollback",
2361
+ "description": "roll back to an embedded update or an existing update",
2362
+ "strict": true,
2363
+ "pluginName": "eas-cli",
2364
+ "pluginAlias": "eas-cli",
2365
+ "pluginType": "core",
2366
+ "aliases": [],
2367
+ "flags": {
2368
+ "private-key-path": {
2369
+ "name": "private-key-path",
2370
+ "type": "option",
2371
+ "description": "File containing the PEM-encoded private key corresponding to the certificate in expo-updates' configuration. Defaults to a file named \"private-key.pem\" in the certificate's directory.",
2372
+ "required": false,
2373
+ "multiple": false
2374
+ }
2375
+ },
2376
+ "args": {}
2377
+ },
2378
+ "update:view": {
2379
+ "id": "update:view",
2380
+ "description": "update group details",
2381
+ "strict": true,
2382
+ "pluginName": "eas-cli",
2383
+ "pluginAlias": "eas-cli",
2384
+ "pluginType": "core",
2385
+ "aliases": [],
2386
+ "flags": {
2387
+ "json": {
2388
+ "name": "json",
2389
+ "type": "boolean",
2390
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2391
+ "allowNo": false
2392
+ }
2393
+ },
2394
+ "args": {
2395
+ "groupId": {
2396
+ "name": "groupId",
2397
+ "description": "The ID of an update group.",
2398
+ "required": true
2399
+ }
2400
+ },
2401
+ "contextDefinition": {
2402
+ "loggedIn": {}
2403
+ }
2404
+ },
2405
+ "webhook:create": {
2406
+ "id": "webhook:create",
2407
+ "description": "create a webhook",
2408
+ "strict": true,
2409
+ "pluginName": "eas-cli",
2410
+ "pluginAlias": "eas-cli",
2411
+ "pluginType": "core",
2412
+ "aliases": [],
2413
+ "flags": {
2414
+ "event": {
2415
+ "name": "event",
2416
+ "type": "option",
2417
+ "description": "Event type that triggers the webhook",
2418
+ "helpValue": "(BUILD|SUBMIT)",
2419
+ "multiple": false,
2420
+ "options": [
2421
+ "BUILD",
2422
+ "SUBMIT"
2423
+ ]
2424
+ },
2425
+ "url": {
2426
+ "name": "url",
2427
+ "type": "option",
2428
+ "description": "Webhook URL",
2429
+ "multiple": false
2430
+ },
2431
+ "secret": {
2432
+ "name": "secret",
2433
+ "type": "option",
2434
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
2435
+ "multiple": false
2436
+ },
2437
+ "non-interactive": {
2438
+ "name": "non-interactive",
2439
+ "type": "boolean",
2440
+ "description": "Run the command in non-interactive mode.",
2441
+ "allowNo": false
2442
+ }
2443
+ },
2444
+ "args": {},
2445
+ "contextDefinition": {
2446
+ "loggedIn": {},
2447
+ "privateProjectConfig": {}
2448
+ }
2449
+ },
2450
+ "webhook:delete": {
2451
+ "id": "webhook:delete",
2452
+ "description": "delete a webhook",
2453
+ "strict": true,
2454
+ "pluginName": "eas-cli",
2455
+ "pluginAlias": "eas-cli",
2456
+ "pluginType": "core",
2457
+ "aliases": [],
2458
+ "flags": {
2459
+ "non-interactive": {
2460
+ "name": "non-interactive",
2461
+ "type": "boolean",
2462
+ "description": "Run the command in non-interactive mode.",
2463
+ "allowNo": false
2464
+ }
2465
+ },
2466
+ "args": {
2467
+ "ID": {
2468
+ "name": "ID",
2469
+ "description": "ID of the webhook to delete",
2470
+ "required": false
2471
+ }
2472
+ },
2473
+ "contextDefinition": {
2474
+ "loggedIn": {},
2475
+ "privateProjectConfig": {}
2476
+ }
2477
+ },
2478
+ "webhook:list": {
2479
+ "id": "webhook:list",
2480
+ "description": "list webhooks",
2481
+ "strict": true,
2482
+ "pluginName": "eas-cli",
2483
+ "pluginAlias": "eas-cli",
2484
+ "pluginType": "core",
2485
+ "aliases": [],
2486
+ "flags": {
2487
+ "event": {
2488
+ "name": "event",
2489
+ "type": "option",
2490
+ "description": "Event type that triggers the webhook",
2491
+ "helpValue": "(BUILD|SUBMIT)",
2492
+ "multiple": false,
2493
+ "options": [
2494
+ "BUILD",
2495
+ "SUBMIT"
2496
+ ]
2497
+ },
2498
+ "json": {
2499
+ "name": "json",
2500
+ "type": "boolean",
2501
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2502
+ "allowNo": false
2503
+ }
2504
+ },
2505
+ "args": {},
2506
+ "contextDefinition": {
2507
+ "loggedIn": {},
2508
+ "privateProjectConfig": {}
2509
+ }
2510
+ },
2511
+ "webhook:update": {
2512
+ "id": "webhook:update",
2513
+ "description": "update a webhook",
2514
+ "strict": true,
2515
+ "pluginName": "eas-cli",
2516
+ "pluginAlias": "eas-cli",
2517
+ "pluginType": "core",
2518
+ "aliases": [],
2519
+ "flags": {
2520
+ "id": {
2521
+ "name": "id",
2522
+ "type": "option",
2523
+ "description": "Webhook ID",
2524
+ "required": true,
2525
+ "multiple": false
2526
+ },
2527
+ "event": {
2528
+ "name": "event",
2529
+ "type": "option",
2530
+ "description": "Event type that triggers the webhook",
2531
+ "helpValue": "(BUILD|SUBMIT)",
2532
+ "multiple": false,
2533
+ "options": [
2534
+ "BUILD",
2535
+ "SUBMIT"
2536
+ ]
2537
+ },
2538
+ "url": {
2539
+ "name": "url",
2540
+ "type": "option",
2541
+ "description": "Webhook URL",
2542
+ "multiple": false
2543
+ },
2544
+ "secret": {
2545
+ "name": "secret",
2546
+ "type": "option",
2547
+ "description": "Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header.",
2548
+ "multiple": false
2549
+ },
2550
+ "non-interactive": {
2551
+ "name": "non-interactive",
2552
+ "type": "boolean",
2553
+ "description": "Run the command in non-interactive mode.",
2554
+ "allowNo": false
2555
+ }
2556
+ },
2557
+ "args": {},
2558
+ "contextDefinition": {
2559
+ "loggedIn": {}
2560
+ }
2561
+ },
2562
+ "webhook:view": {
2563
+ "id": "webhook:view",
2564
+ "description": "view a webhook",
2565
+ "strict": true,
2566
+ "pluginName": "eas-cli",
2567
+ "pluginAlias": "eas-cli",
2568
+ "pluginType": "core",
2569
+ "aliases": [],
2570
+ "flags": {},
2571
+ "args": {
2572
+ "ID": {
2573
+ "name": "ID",
2574
+ "description": "ID of the webhook to view",
2575
+ "required": true
2576
+ }
2577
+ },
2578
+ "contextDefinition": {
2579
+ "loggedIn": {}
2580
+ }
2581
+ },
2582
+ "build:version:get": {
2583
+ "id": "build:version:get",
2584
+ "description": "get the latest version from EAS servers",
2585
+ "strict": true,
2586
+ "pluginName": "eas-cli",
2587
+ "pluginAlias": "eas-cli",
2588
+ "pluginType": "core",
2589
+ "aliases": [],
2590
+ "flags": {
2591
+ "platform": {
2592
+ "name": "platform",
2593
+ "type": "option",
2594
+ "char": "p",
2595
+ "helpValue": "(android|ios|all)",
2596
+ "multiple": false,
2597
+ "options": [
2598
+ "android",
2599
+ "ios",
2600
+ "all"
2601
+ ]
2602
+ },
2603
+ "profile": {
2604
+ "name": "profile",
2605
+ "type": "option",
2606
+ "char": "e",
2607
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2608
+ "helpValue": "PROFILE_NAME",
2609
+ "multiple": false
2610
+ },
2611
+ "json": {
2612
+ "name": "json",
2613
+ "type": "boolean",
2614
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
2615
+ "allowNo": false,
2616
+ "dependsOn": [
2617
+ "non-interactive"
2618
+ ]
2619
+ },
2620
+ "non-interactive": {
2621
+ "name": "non-interactive",
2622
+ "type": "boolean",
2623
+ "description": "Run the command in non-interactive mode.",
2624
+ "allowNo": false
2625
+ }
2626
+ },
2627
+ "args": {},
2628
+ "contextDefinition": {
2629
+ "loggedIn": {},
2630
+ "getDynamicPublicProjectConfigAsync": {},
2631
+ "getDynamicPrivateProjectConfigAsync": {},
2632
+ "projectDir": {},
2633
+ "vcsClient": {}
2634
+ }
2635
+ },
2636
+ "build:version:set": {
2637
+ "id": "build:version:set",
2638
+ "description": "update version of an app",
2639
+ "strict": true,
2640
+ "pluginName": "eas-cli",
2641
+ "pluginAlias": "eas-cli",
2642
+ "pluginType": "core",
2643
+ "aliases": [],
2644
+ "flags": {
2645
+ "platform": {
2646
+ "name": "platform",
2647
+ "type": "option",
2648
+ "char": "p",
2649
+ "helpValue": "(android|ios)",
2650
+ "multiple": false,
2651
+ "options": [
2652
+ "android",
2653
+ "ios"
2654
+ ]
2655
+ },
2656
+ "profile": {
2657
+ "name": "profile",
2658
+ "type": "option",
2659
+ "char": "e",
2660
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2661
+ "helpValue": "PROFILE_NAME",
2662
+ "multiple": false
2663
+ }
2664
+ },
2665
+ "args": {},
2666
+ "contextDefinition": {
2667
+ "loggedIn": {},
2668
+ "getDynamicPublicProjectConfigAsync": {},
2669
+ "getDynamicPrivateProjectConfigAsync": {},
2670
+ "projectDir": {},
2671
+ "vcsClient": {}
2672
+ }
2673
+ },
2674
+ "build:version:sync": {
2675
+ "id": "build:version:sync",
2676
+ "description": "update a version in native code with a value stored on EAS servers",
2677
+ "strict": true,
2678
+ "pluginName": "eas-cli",
2679
+ "pluginAlias": "eas-cli",
2680
+ "pluginType": "core",
2681
+ "aliases": [],
2682
+ "flags": {
2683
+ "platform": {
2684
+ "name": "platform",
2685
+ "type": "option",
2686
+ "char": "p",
2687
+ "helpValue": "(android|ios|all)",
2688
+ "multiple": false,
2689
+ "options": [
2690
+ "android",
2691
+ "ios",
2692
+ "all"
2693
+ ]
2694
+ },
2695
+ "profile": {
2696
+ "name": "profile",
2697
+ "type": "option",
2698
+ "char": "e",
2699
+ "description": "Name of the build profile from eas.json. Defaults to \"production\" if defined in eas.json.",
2700
+ "helpValue": "PROFILE_NAME",
2701
+ "multiple": false
2702
+ }
2703
+ },
2704
+ "args": {},
2705
+ "contextDefinition": {
2706
+ "loggedIn": {},
2707
+ "getDynamicPublicProjectConfigAsync": {},
2708
+ "getDynamicPrivateProjectConfigAsync": {},
2709
+ "projectDir": {},
2710
+ "vcsClient": {}
2711
+ }
2712
+ }
2713
+ }
2714
+ }