Is it possible to change workspace name?
Is it possible? Since I don't find the option anywhere.
11 Replies
it is not
you can use git sync to create a new one, copy everything and delete the other one
how about export the workspace, then import it?
Is there any option to import the workspace?
not at the moment
but you can achieve same effect with the CLI
just run
wmill sync push
right?--raw
ah, okay!
is the variables also synced when I do that?
it's synced! Thanks~
hm :(
You have to get the
key
from the table workspace_key
(IIRC) and update the new row with this key.or use --plain-secrets
Today I learned, thanks