File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,16 @@ Install the `nativescript-cloud extension` to configure your environment for clo
1414Usage | Synopsis
1515------|-------
1616Install 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
2027Command | 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.
You can’t perform that action at this time.
0 commit comments