arve
06/06/2025, 10:28 AMjoffrey
06/06/2025, 1:17 PMmain
/ @Test
functions, or with shortcuts in different places
• we're working on making explicit sync unnecessary (auto-sync / very fast re-sync)
• we hope that clean
is unnecessary either (if caches don't have bugs)
Nevertheless, it would be quite interesting to know what you would want to use it for.
For build, could you please clarify what you use it for? There usually is the Build project
action in the IDE, but it was not really implemented for Amper so far, for lack of demand.
For publish, this is usually done from CI/CD machines, but it would be good to have other use cases. Do you publish often from your local machine? Is mostly for publishing to maven local and going to another project?
For running arbitrary tasks, this is a topic we'll definitely look into as part of extensibility. Maybe for this we'll have to actually bring a dedicated Amper tool window.arve
06/20/2025, 12:32 PM