Class Namespaces
java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.namespaces.Namespaces
Parent command for managing namespaces in the Wanaku platform.
This command provides access to namespace management operations including:
- Listing available namespaces
Namespaces provide logical grouping and isolation for tools and other resources, allowing multiple instances of the same tool name to coexist in different namespaces.
-
Field Summary
Fields inherited from class ai.wanaku.cli.main.commands.BaseCommand
authTokenOverride, EXIT_ERROR, EXIT_OK, noAuth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCall(org.jline.terminal.Terminal terminal, WanakuPrinter printer) Methods inherited from class ai.wanaku.cli.main.commands.BaseCommand
call, initAuthenticatedService, initService, initService
-
Constructor Details
-
Namespaces
public Namespaces()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseCommand- Throws:
Exception
-