rubenf
rubenf2w ago

you can now edit directly the yaml of flows within the flow editor

you can now edit directly the yaml of flows within the flow editor
2 Replies
rubenf
rubenf4d ago
Major: windmill CLI (wmill) installable with npm and nodeJs compatible We've made the CLI more accessible by being directly installable from npm: npm install -g windmill-cli. It is now the recommended setup but the deno way will continue to work for the foreseable future. We updated the git sync examples as well: https://github.com/windmill-labs/windmill-sync-example/blob/main/.github/workflows/push-on-merge.yaml There are no changes, the command is still wmill, and you will still be able to upgrade it with wmill upgrade (but require to deno uninstall wmill && npm install -g windmill-cli first) One focus of this quarter is to improve the on-boarding experience and reduce the steep curve to learn windmill.
GitHub
windmill-sync-example/.github/workflows/push-on-merge.yaml at main ...
Contribute to windmill-labs/windmill-sync-example development by creating an account on GitHub.
rubenf
rubenf3d ago
you can now easily change the id of steps in flows and it will modify every step inputs that depend on it automatically