Skip to content

Commit c82efd5

Browse files
committed
Merge remote-tracking branch 'origin/main' into pr/5757
2 parents cd56428 + 2a6872d commit c82efd5

File tree

83 files changed

+781
-713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+781
-713
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ cd nativescript-cli
335335
npm run setup
336336
```
337337

338-
To use the locally built CLI instead `tns` you can call `PATH_TO_CLI_FOLDER/bin/tns`. For example:
338+
To use the locally built CLI instead of `ns` you can call `PATH_TO_CLI_FOLDER/bin/ns`. For example:
339339
`PATH_TO_CLI_FOLDER/bin/ns run ios|android`
340340

341341
[Back to Top][1]

docs/man_pages/cloud/cloud-setup.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns cloud setup
2+
title: ns cloud setup
33
position: 5
44
---<% } %>
55

6-
# tns cloud setup
6+
# ns cloud setup
77

88
### Description
99

@@ -13,13 +13,13 @@ Install the `nativescript-cloud extension` to configure your environment for clo
1313

1414
Usage | Synopsis
1515
------|-------
16-
Install the `nativescript-cloud extension` | `$ tns cloud setup`
17-
Log in for cloud builds (will open browser login form) | `$ tns login`
18-
Log in for cloud builds (through the CLI) | `$ tns dev-login <username> <password>`
19-
Accept EULA agreement | `$ tns accept eula`
20-
Perform iOS cloud build | `$ tns cloud build ios --accountId=<accountId>`
21-
Perform Android cloud build | `$ tns cloud build android --accountId=<accountId>`
22-
View accountId (after logging in) | `$ tns account`
16+
Install the `nativescript-cloud extension` | `$ ns cloud setup`
17+
Log in for cloud builds (will open browser login form) | `$ ns login`
18+
Log in for cloud builds (through the CLI) | `$ ns dev-login <username> <password>`
19+
Accept EULA agreement | `$ ns accept eula`
20+
Perform iOS cloud build | `$ ns cloud build ios --accountId=<accountId>`
21+
Perform Android cloud build | `$ ns cloud build android --accountId=<accountId>`
22+
View accountId (after logging in) | `$ ns account`
2323

2424

2525
### Related Commands

docs/man_pages/device/device-android.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns device android
2+
title: ns device android
33
position: 1
44
---<% } %>
55

6-
# tns device android
6+
# ns device android
77

88
### Description
99

@@ -13,7 +13,7 @@ Lists all recognized connected Android physical and running virtual devices with
1313

1414
Usage | Synopsis
1515
------|-------
16-
General | `$ tns device android [--timeout <Milliseconds>]`
16+
General | `$ ns device android [--timeout <Milliseconds>]`
1717

1818
### Options
1919

docs/man_pages/device/device-ios.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<% if (isJekyll) { %>---
2-
title: tns device ios
2+
title: ns device ios
33
position: 2
44
---<% } %>
55

6-
# tns device ios
6+
# ns device ios
77

88
### Description
99

1010
Lists all recognized connected iOS devices with serial number and index.
1111

12-
<% if(isConsole && (isLinux)) { %>WARNING: You can run this command only on Windows and macOS systems. To view the complete help for this command, run `$ tns help device ios`<% } %>
12+
<% if(isConsole && (isLinux)) { %>WARNING: You can run this command only on Windows and macOS systems. To view the complete help for this command, run `$ ns help device ios`<% } %>
1313

1414
### Commands
1515

1616
Usage | Synopsis
1717
------|-------
18-
General | `$ tns device ios [--timeout <Milliseconds>]`
18+
General | `$ ns device ios [--timeout <Milliseconds>]`
1919

2020
<% if((isConsole && (isWindows || isMacOS)) || isHtml) { %>
2121

@@ -26,7 +26,7 @@ General | `$ tns device ios [--timeout <Milliseconds>]`
2626

2727
### Command Limitations
2828

29-
* You can run `$ tns device ios` on Windows and OS X systems.
29+
* You can run `$ ns device ios` on Windows and OS X systems.
3030

3131
### Related Commands
3232

docs/man_pages/device/device-list-applications.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns device list-applications
2+
title: ns device list-applications
33
position: 3
44
---<% } %>
55

6-
# tns device list-applications
6+
# ns device list-applications
77

88
### Description
99

@@ -13,11 +13,11 @@ Lists the installed applications on all connected Android <% if(isWindows || isM
1313

1414
Usage | Synopsis
1515
------|-------
16-
General | `$ tns device list-applications [--device <Device ID>]`
16+
General | `$ ns device list-applications [--device <Device ID>]`
1717

1818
### Options
1919

20-
* `--device` - If multiple devices are connected, sets the device for which you want to list all currently installed applications. `<Device ID>` is the device index or identifier as listed by the `$ tns device` command.
20+
* `--device` - If multiple devices are connected, sets the device for which you want to list all currently installed applications. `<Device ID>` is the device index or identifier as listed by the `$ ns device` command.
2121

2222
<% if(isHtml) { %>
2323

docs/man_pages/device/device-log.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns device log
2+
title: ns device log
33
position: 4
44
---<% } %>
55

6-
# tns device log
6+
# ns device log
77

88
### Description
99

@@ -13,11 +13,11 @@ Opens the device log stream for a selected connected Android <% if(isWindows ||
1313

1414
Usage | Synopsis
1515
------|-------
16-
General | `$ tns device log [--device <Device ID>]`
16+
General | `$ ns device log [--device <Device ID>]`
1717

1818
### Options
1919

20-
* `--device` - If multiple devices are connected, sets the device for which you want to stream the log in the console. `<Device ID>` is the device index or identifier as listed by the `$ tns device` command.
20+
* `--device` - If multiple devices are connected, sets the device for which you want to stream the log in the console. `<Device ID>` is the device index or identifier as listed by the `$ ns device` command.
2121

2222
<% if(isHtml) { %>
2323

docs/man_pages/device/device-run.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns device run
2+
title: ns device run
33
position: 5
44
---<% } %>
55

6-
# tns device run
6+
# ns device run
77

88
### Description
99

@@ -15,15 +15,15 @@ Runs the selected application on a connected Android <% if(isMacOS) { %>or iOS <
1515

1616
Usage | Synopsis
1717
------|-------
18-
General | `$ tns device run <Application ID> [--device <Device ID>]`
18+
General | `$ ns device run <Application ID> [--device <Device ID>]`
1919

2020
### Options
2121

22-
* `--device` - If multiple devices are connected, sets the device on which you want to run the app. `<Device ID>` is the device index or identifier as listed by the `$ tns device` command.
22+
* `--device` - If multiple devices are connected, sets the device on which you want to run the app. `<Device ID>` is the device index or identifier as listed by the `$ ns device` command.
2323

2424
### Arguments
2525

26-
* `<Application ID>` is the application identifier as listed by `$ tns device list-applications`.
26+
* `<Application ID>` is the application identifier as listed by `$ ns device list-applications`.
2727

2828
<% if(isHtml) { %>
2929

docs/man_pages/device/device.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns device
2+
title: ns device
33
position: 6
44
---<% } %>
55

6-
# tns device
6+
# ns device
77

88
### Description
99

@@ -13,7 +13,7 @@ Lists all recognized connected Android <% if(isWindows || isMacOS) { %>or iOS de
1313

1414
Usage | Synopsis
1515
------|---------
16-
General | `$ tns device [<Command>]`
16+
General | `$ ns device [<Command>]`
1717

1818
### Arguments
1919

@@ -28,11 +28,11 @@ General | `$ tns device [<Command>]`
2828

2929
### Command Limitations
3030

31-
* You can run `$ tns device ios` on Windows and macOS systems.
31+
* You can run `$ ns device ios` on Windows and macOS systems.
3232

3333
### Aliases
3434

35-
* You can use `$ tns devices` as an alias for `$ tns device`.
35+
* You can use `$ ns devices` as an alias for `$ ns device`.
3636

3737
### Related Commands
3838

docs/man_pages/env-configuration/setup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns setup
2+
title: ns setup
33
position: 5
44
---<% } %>
55

6-
# tns setup
6+
# ns setup
77

88
### Description
99

@@ -13,7 +13,7 @@ Run the setup script to automatically install the NativeScript dependencies and
1313

1414
Usage | Synopsis
1515
------|-------
16-
Run the setup script | `$ tns setup`
16+
Run the setup script | `$ ns setup`
1717

1818
### Related Commands
1919

docs/man_pages/general/autocomplete-disable.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns autocomplete disable
2+
title: ns autocomplete disable
33
position: 1
44
---<% } %>
55

6-
# tns autocomplete disable
6+
# ns autocomplete disable
77

88
### Description
99

@@ -15,7 +15,7 @@ Disables command-line completion for bash and zsh shells. You need to restart th
1515

1616
Usage | Synopsis
1717
------|-------
18-
General | `$ tns autocomplete disable`
18+
General | `$ ns autocomplete disable`
1919

2020
<% if(isHtml) { %>
2121

docs/man_pages/general/autocomplete-enable.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns autocomplete enable
2+
title: ns autocomplete enable
33
position: 2
44
---<% } %>
55

6-
# tns autocomplete enable
6+
# ns autocomplete enable
77

88
### Description
99

@@ -15,7 +15,7 @@ Enables command-line completion for bash and zsh shells. You need to restart the
1515

1616
Usage | Synopsis
1717
------|-------
18-
General | `$ tns autocomplete enable`
18+
General | `$ ns autocomplete enable`
1919

2020
<% if(isHtml) { %>
2121

docs/man_pages/general/autocomplete-status.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns autocomplete status
2+
title: ns autocomplete status
33
position: 3
44
---<% } %>
55

6-
# tns autocomplete status
6+
# ns autocomplete status
77

88
### Description
99

@@ -13,7 +13,7 @@ Prints your current command-line completion settings.
1313

1414
Usage | Synopsis
1515
------|-------
16-
General | `$ tns autocomplete status`
16+
General | `$ ns autocomplete status`
1717

1818
<% if(isHtml) { %>
1919

docs/man_pages/general/autocomplete.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns autocomplete
2+
title: ns autocomplete
33
position: 4
44
---<% } %>
55

6-
# tns autocomplete
6+
# ns autocomplete
77

88
### Description
99

@@ -15,10 +15,10 @@ Prints your current command-line completion settings. If disabled, prompts you t
1515

1616
Usage | Synopsis
1717
------|-------
18-
General | `$ tns autocomplete [<Command>]`
19-
Get settings | `$ tns autocomplete status`
20-
Enable | `$ tns autocomplete enable`
21-
Disable | `$ tns autocomplete disable`
18+
General | `$ ns autocomplete [<Command>]`
19+
Get settings | `$ ns autocomplete status`
20+
Enable | `$ ns autocomplete enable`
21+
Disable | `$ ns autocomplete disable`
2222

2323
### Arguments
2424

docs/man_pages/general/error-reporting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns error-reporting
2+
title: ns error-reporting
33
position: 6
44
---<% } %>
55

6-
# tns error-reporting
6+
# ns error-reporting
77

88
### Description
99

@@ -13,7 +13,7 @@ Configures anonymous error reporting for the NativeScript CLI. All data gathered
1313

1414
Usage | Synopsis
1515
------|-------
16-
General | `$ tns error-reporting [<Command>]`
16+
General | `$ ns error-reporting [<Command>]`
1717

1818
### Arguments
1919

docs/man_pages/general/extension-install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns extension install
2+
title: ns extension install
33
position: 7
44
---<% } %>
55

6-
# tns extension install
6+
# ns extension install
77

88
### Description
99

@@ -13,7 +13,7 @@ Installs specified extension. Each extension adds additional functionality that'
1313

1414
Usage | Synopsis
1515
------|-------
16-
General | `$ tns extension install <Extension>`
16+
General | `$ ns extension install <Extension>`
1717

1818
### Arguments
1919

docs/man_pages/general/extension-uninstall.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (isJekyll) { %>---
2-
title: tns extension uninstall
2+
title: ns extension uninstall
33
position: 8
44
---<% } %>
55

6-
# tns extension uninstall
6+
# ns extension uninstall
77

88
### Description
99

@@ -13,7 +13,7 @@ Uninstalls the specified extension, after which you will no longer be able to us
1313

1414
Usage | Synopsis
1515
------|-------
16-
General | `$ tns extension uninstall <Extension>`
16+
General | `$ ns extension uninstall <Extension>`
1717

1818
### Arguments
1919

0 commit comments

Comments
 (0)