namespaces get-active
Get the active namespace for the current user
Last updated
Was this helpful?
Get the active namespace for the current user
omics workbench namespaces get-active
[--id]Get the active namespace for the current user. The active namespace is the namespace currently being used for all workbench operations. By default, the command outputs the full namespace details as JSON. Use the --id flag to output only the namespace ID, which is useful for scripting and automation.
This command replaces the deprecated namespaces get-default command.
Get the full active namespace details
omics workbench namespaces get-activeGet only the active namespace ID
omics workbench namespaces get-active --idUse the active namespace ID in another command
omics workbench runs list -n $(omics workbench namespaces get-active --id)--idOutput only the namespace ID instead of the full namespace JSON. This is useful for piping the namespace ID into other commands or scripts.
Last updated
Was this helpful?
Was this helpful?

