Skip to content

Commit e06a97b

Browse files
authored
Updated documentation for cloud builds
1 parent 3f65dc2 commit e06a97b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/man_pages/cloud/cloud-setup.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ Install the `nativescript-cloud extension` to configure your environment for clo
1414
Usage | Synopsis
1515
------|-------
1616
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`
23+
1724

1825
### Related Commands
1926

2027
Command | Description
2128
----------|----------
22-
[setup](setup.html) | Run the setup script to try to automatically configure your environment for local builds.
29+
[setup](setup.html) | Run the setup script to try to automatically configure your environment for local builds.

0 commit comments

Comments
 (0)