Wastu
Wastu10mo ago

Is it possible to change workspace name?

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