@react-native-windows/cli 0.0.0-canary.269 → 0.0.0-canary.270

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,8 +110,9 @@ Here are the options that `npx @react-native-community/cli run-windows` takes:
110
110
  | `--direct-debugging` | number | Enable direct debugging on specified port |
111
111
  | `--no-telemetry` | boolean | Disables sending telemetry that allows analysis of usage and failures of the react-native-windows CLI |
112
112
  | `-h`, `--help` | boolean | Display help for command |
113
+ | `--client-logs` | boolean | Enable plain text JavaScript log streaming for all connected apps |
113
114
 
114
115
  ## Data Collection
115
116
  The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
116
117
 
117
- This data collection notice only applies to the process of running the react-native-windows CLI (i.e. the commands above).
118
+ This data collection notice only applies to the process of running the react-native-windows CLI (i.e. the commands above).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/cli",
3
- "version": "0.0.0-canary.269",
3
+ "version": "0.0.0-canary.270",
4
4
  "license": "MIT",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": {