Lines Matching refs:update
14 src="/static/images/eas-update/channel-branch-link.png"
17 …ve more fixes tested and ready on a branch named "version-2.0". We could update this link to make …
21 src="/static/images/eas-update/channel-branch-link-2.png"
61 View a specific update:
65 '$ eas update:view [update-group-id]',
68 '$ eas update:view dbfd479f-d981-44ce-8774-f2fbcc386aa',
70 cmdCopy="eas update:view [update-group-id]"
75 ### Create a new update and publish it
79 '$ eas update --branch [branch-name] --message "..."',
82 '$ eas update --branch version-1.0 --message "Fixes typo"',
84 cmdCopy="eas update --branch [branch-name] --message"
89 <Terminal cmd={['$ eas update --auto']} />
112 ### Republish a previous update within a branch
114 …update immediately available to all users. This command takes the previous update and publishes it…
120 '$ eas update:republish --group [update-group-id]',
121 '$ eas update:republish --branch [branch-name]',
124 '$ eas update:republish --group dbfd479f-d981-44ce-8774-f2fbcc386aa',
125 '$ eas update:republish --branch version-1.0',
129 … exact update group ID, you can use the `--branch` flag. This shows a list of the recent updates o…