Class ResourcesShow
java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.resources.ResourcesShow
Command to show detailed information about a specific resource registered in the Wanaku platform.
This command retrieves and displays comprehensive details about a resource including its name, description, type, location, MIME type, namespace, labels, and parameters.
Example usage:
wanaku resources show my-resource
wanaku resources show --host http://remote:8080 my-resource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordHelper record to display resource information without mutating the API object. -
Field Summary
FieldsFields 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
-
Field Details
-
host
-
-
Constructor Details
-
ResourcesShow
public ResourcesShow()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseCommand- Throws:
Exception
-