Install the nativescript-cloud extension to
                configure your environment for cloud builds.
              
              
              
                
                  
                    | 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 <username> <password>
                     | 
                  
                  
                    | Accept EULA agreement | 
                    $ tns accept eula | 
                  
                  
                    | Perform iOS cloud build | 
                    
                      $ tns cloud build ios
                        --accountId=<accountId>
                     | 
                  
                  
                    | Perform Android cloud build | 
                    
                      $ tns cloud build android
                        --accountId=<accountId>
                     | 
                  
                  
                    | View accountId (after logging in) | 
                    $ tns account | 
                  
                
              
              
              
                
                  
                    | Command | 
                    Description | 
                  
                
                
                  
                    | setup | 
                    
                      Run the setup script to try to automatically configure
                      your environment for local builds.
                     |