resources

package
v1.0.0-beta7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2021 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CliCommand = cli.Command{
	Name:  "resources",
	Usage: "Manage Collected Resources",
	Subcommands: []cli.Command{
		{
			Name:   "list",
			Usage:  "Shows the ID of each resource and its children",
			Action: showResources,
		},
		{
			Name:      "show",
			Usage:     "Shows all details of a given resource",
			Action:    showResource,
			ArgsUsage: "<resourceId>",
		},
		{
			Name:      "delete",
			ShortName: "del",
			Usage:     "Deletes a given resource",
			Action:    deleteResource,
			ArgsUsage: "<resourceId>",
		},
		{
			Name:      "node",
			Usage:     "Shows all the resources for a given node",
			Action:    showNode,
			ArgsUsage: "<nodeId|FS:FID>",
		},
	},
}

CliCommand the CLI command to manage events

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL