diff --git a/docs/man_pages/cloud/cloud-setup.md b/docs/man_pages/cloud/cloud-setup.md index 36c307e157..60a3781ef2 100644 --- a/docs/man_pages/cloud/cloud-setup.md +++ b/docs/man_pages/cloud/cloud-setup.md @@ -14,9 +14,16 @@ Install the `nativescript-cloud extension` to configure your environment for clo Usage | Synopsis ------|------- Install the `nativescript-cloud extension` | `$ tns cloud setup` +Log in for cloud builds (will open browser login form) | `$ tns login` +Log in for cloud builds (through the CLI) | `$ tns dev-login ` +Accept EULA agreement | `$ tns accept eula` +Perform iOS cloud build | `$ tns cloud build ios --accountId=` +Perform Android cloud build | `$ tns cloud build android --accountId=` +View accountId (after logging in) | `$ tns account` + ### Related Commands Command | Description ----------|---------- -[setup](setup.html) | Run the setup script to try to automatically configure your environment for local builds. \ No newline at end of file +[setup](setup.html) | Run the setup script to try to automatically configure your environment for local builds.