Where am I doing wrong?
You are not reading the documentation or using the search function of this tech community
https://cumulocity.com/guides/web/development-tools/#c8y-cli
What product/components do you use and which version/fix level are you on?
Cumulocity IOT
Is your question related to the free trial, or to a production (customer) instance?
Free Trial
What are you trying to achieve? Please describe it in detail.
Hi, I am trying to deploy the web app using c8ycli. Now I know that I can just create the build and deploy using the commands. When you run the c8ycli deploy command, it asks you for the credentials in another line. Is it possible to provide the crede…
You should do a c8ycli build
before you zip anything. Afterwards you can just do a c8ycli deploy
or if you want to go the way of the zip file:
Go to dist-->apps-->{appname}
folder, zip everything. Upload the file
2 Likes