expo-cli publish [path]
Deploy a project to Expo hosting
Arguments
Name | Description |
---|
path | folders |
Options
Name | Description |
---|
-h, --help | Output usage information |
-q, --quiet <boolean> | Suppress verbose output from the Metro bundler |
-s, --send-to [dest] | A phone number or email address to send a link to |
-c, --clear <boolean> | Clear the Metro bundler cache |
-t, --target <managed|bare> | Target environment for which this publish is intended. Options are `managed` or `bare` |
--max-workers <Number of workers> | Maximum number of tasks to allow Metro to spawn |
--release-channel <name> | The release channel to publish to. Default is 'default' |
--config [file] | Deprecated: Use app.config.js to switch config files instead |