Skip to main content

Using wyStack CLI

Sign in to wyStack Modeler and open wyStack CLI in the main menu.

Download the executable to your development machine. Store the executable in the root of your application's (GIT) repository or add wycli to your system PATH.

Now, launch wyStack CLI (in the root folder of your app's (GIT) repository) with the arguments provided on the webpage, for example:

wycli https://modeler-api.wystack.com/api eyJ0eXAiOiJKV1Qi.....UWVqyTvuyuzw0

Press f to fully generate the source code of your app. Your app's source code is fully updated.

Press i to incrementally generate the source code of your app, only code files that are changed are downloaded to your development machine.

Press x to exit wyStack CLI.