This is a migrated thread and some comments may be shown as answers.

Uploading to cloud

3 Answers 48 Views
Command-Line Interface
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mike
Top achievements
Rank 1
Mike asked on 13 Nov 2015, 10:06 AM

Hi, with 

appbuilder cloud export 

I can create a local copy of a cloud based AppBuilder project. After editing some files locallly, what is the command that I need to run to upload the changes back to the cloud?

I tried 

appbuilder livesync cloud

That confirms some "Uploading ...". But when I log in to the cloud based AppBuilder in the browser, the modifications are not there.

Thanks!

Mike

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 18 Nov 2015, 12:06 PM
Hi Mike,

The supported commands and the expected results when using the Command-line Interface are the following:
livesync cloud Synchronizes the project with the cloud to enable LiveSync for remote devices.
livesync <Platform> Synchronizes the latest changes in your project to connected devices.
Please note livesyncing will ensure synchronizing the latest changes on the remote/connected device. On the other hand, the changes done will not be updated for the cloud based AppBuilder project accessible through the In-Browser Client. To get familiar with this option, you can refer to the article explaining LiveSyncing Your Changes in AppBuilder.

As to keeping track of the changes done in code, you can find more information in the documentation on Version Control in AppBuilder.

Regards,
Dimitrina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Mike
Top achievements
Rank 1
answered on 19 Nov 2015, 06:17 AM

Thanks for your reply.

In short this means, that I should be using git commits/push to sync code between AppBuilder CLI and the Telerik Platform.

 Correct?

0
Dimitrina
Telerik team
answered on 23 Nov 2015, 10:02 AM
Hello,

AppBuilder projects created with the AppBuilder command-line interface (CLI) are stored locally. To access and modify them from the AppBuilder Windows client, the AppBuilder in-browser client or the AppBuilder extension for Visual Studio, you need to configure your project for git version control. For more information, see Open Your Project Across Multiple Clients.

Regards,
Dimitrina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Command-Line Interface
Asked by
Mike
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Mike
Top achievements
Rank 1
Share this question
or