File tree 1 file changed +8
-1
lines changed
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
14
14
Usage | Synopsis
15
15
------|-------
16
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 `
23
+
17
24
18
25
### Related Commands
19
26
20
27
Command | Description
21
28
----------|----------
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