Class ResourcesShow

java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.resources.ResourcesShow
All Implemented Interfaces:
Callable<Integer>

public class ResourcesShow extends BaseCommand
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