You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,24 @@
1
1
NativeScript CLI Changelog
2
2
================
3
3
4
-
6.4.1 (2020, February 19)
4
+
6.4.1 (2020, February 21)
5
5
===
6
6
7
+
### New
8
+
9
+
*[Implemented #5255](https://github.com/NativeScript/nativescript-cli/issues/5255): Warn if the CLI might print sensitive data to the output
10
+
7
11
### Fixed
8
12
9
13
*[Fixed #5236](https://github.com/NativeScript/nativescript-cli/issues/5236): File paths from device logs are not clickable
10
14
*[Fixed #5251](https://github.com/NativeScript/nativescript-cli/issues/5251): External files are not livesynced
11
15
*[Fixed #5252](https://github.com/NativeScript/nativescript-cli/issues/5252): Logs from platform specific files point to incorrect file
16
+
*[Fixed #5259](https://github.com/NativeScript/nativescript-cli/issues/5259): Unable to use pnpm on macOS and Linux
17
+
*[Fixed #5260](https://github.com/NativeScript/nativescript-cli/issues/5260): `tns package-manager set invalid_value` does not say pnpm is supported
18
+
*[Fixed #5261](https://github.com/NativeScript/nativescript-cli/issues/5261): `tns package-manager set <valid value>` does not give any output
19
+
*[Fixed #5262](https://github.com/NativeScript/nativescript-cli/issues/5262): `tns package-manager` fails with error
20
+
*[Fixed #5263](https://github.com/NativeScript/nativescript-cli/issues/5263): `tns package-manager` docs does not list pnpm as supported value
21
+
*[Fixed #5264](https://github.com/NativeScript/nativescript-cli/issues/5264): `tns package-manager --help` fails with error
Copy file name to clipboardExpand all lines: docs/man_pages/general/package-manager-get.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,6 @@ General | `$ tns package-manager get`
21
21
22
22
Command | Description
23
23
----------|----------
24
-
[package-manager-set](package-manager-set.html) | Enables the specified package manager for the NativeScript CLI. Supported values are npm and yarn.
24
+
[package-manager-set](package-manager-set.html) | Enables the specified package manager for the NativeScript CLI. Supported values are npm, yarn and pnpm.
25
+
[package-manager-get](package-manager-get.html) | Prints the value of the current package manager.
[package-manager-set](package-manager-set.html) | Enables the specified package manager for the NativeScript CLI. Supported values are npm, yarn and pnpm.
this.warn(`The "${level}" log level might print some sensitive data like secrets or access tokens in request URLs. Be careful when you share this output.`,{wrapMessageWithBorders: true});
0 commit comments