Remove old debusine-admin *_workspace and *_file_store commands
The following commands have been deprecated by consolidated commands following the debusine-admin OBJECT ACTION
pattern since at least the 0.9.0 release:
-
debusine-admin create_file_store
→ `debusine-admin file_store -
debusine-admin create_workspace
→debusine-admin workspace define
-
debusine-admin delete_workspace
→debusine-admin workspace delete
-
debusine-admin list_workspaces
→debusine-admin workspace list
-
debusine-admin manage_workspace
→debusine-admin workspace define
Helmut asked if we could remove the old commands to make it easier to find the ones you're supposed to use, and I agree it seems time for that.