Updating command line deployed apps

Hello! I’ve just followed the steps and successfully deployed an app via the command line.
To update the app, are we supposed to use the same deployment CLI command
pollination-apps deploy . --name "wind-rose" --api-token XXXX
The ‘Update an App’ section of the docs appear to be just geared towards github deployed apps so I was unsure of the procedure for updating command line deployed apps.
Thank you!
-trevor

Hi @tfedyna, Yes. pollination-apps deploy command creates an app if it doesn’t exist and updates it if it does. Technically, it always deploys a new version of the application.

Awesome, thank you! That answers my questions

Interesting to see those steps are still relevant.