Set up windmill via CLI #1606
-
Hey, Thanks again for your work :) One question: is it somehow possible to do the initial windmill setup via CLI, including setting up a workspace and adding an API token? I would then like to provision scripts via the wmill CLI. I want to build a local docker compose dev setup which automatically mirrors the production scripts from git... Thanks and all the best :) Sebastian |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can, we have an env variable called SUPERADMIN_SECRET that when passed will let anyone passing that bearer token as super admin. The CLI support passing token directly so:
should work |
Beta Was this translation helpful? Give feedback.
You can, we have an env variable called SUPERADMIN_SECRET that when passed will let anyone passing that bearer token as super admin. The CLI support passing token directly so: