-
Hey there, recently I started to implement my custom piece implementation. The problem is I have to release and see how things work in the workflow I created, but this can be very tedious and time consuming. Whenever I change my components I have to release a new package for a simple code change and wait for the actions to push it to Github registry. Is there any local deployment option? What is your typical workflow when you're developing your pieces? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
hi @tdari for the simple case of unit testing, you can use the |
Beta Was this translation helpful? Give feedback.
Hey @tdari.
Short answer, yes, it can be done, but but unfortunately we don't have a direct interface with our CLI for this yet. It be done with a small code modification in your local domino environment. I'll try to create an easy interface asap for this.
While we don't have it, you can do the following:
docker-compose -f docker-compose-dev.yaml