Is it possible to change workspace name?

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