luet/cmd
Itxaka 1b35a674ea
Print plugin success messages + print plugin location on load (#267)
* report plugin state if succeed

We havbe a state field in the plugin response that its not being used
for anything. This patch makes luet print the state reported from the
plugin if its not empty as a way for plugins to report data on success
to users. If the field is empty it will be ignored.

Signed-off-by: Itxaka <igarcia@suse.com>

* Print plugin path

This patch adds the plugin location to the printed plugin list for a
more rich view of the loaded plugins

Signed-off-by: Itxaka <igarcia@suse.com>
2021-10-28 11:42:56 +02:00
..
box Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
database Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
helpers Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
repo Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
tree Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
util Move http timeout to the general configuration 2021-10-23 11:41:15 +02:00
box.go Add luet box command 2020-04-18 11:43:14 +02:00
build.go cmd: Create output build dir if doesn't exist already 2021-10-24 19:07:41 +02:00
cleanup.go Extract with new image API 2021-10-24 18:26:25 +02:00
config.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
create-repo.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
database.go Add database get command 2021-02-28 18:42:16 +01:00
exec.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
install.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
pack.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
reclaim.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
reinstall.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
replace.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
repo.go cmd/repo: Add update command 2020-01-12 23:36:08 +01:00
root.go Print plugin success messages + print plugin location on load (#267) 2021-10-28 11:42:56 +02:00
search.go cli: render table/lists only on terminal output 2021-10-27 11:17:38 +02:00
serve-repo.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
tree.go Add luet tree images command to show images tree 2020-11-14 14:51:11 +01:00
uninstall.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
upgrade.go Define context for scoped operation across core types 2021-10-21 23:58:24 +02:00
util.go Use API also when pulling from helpers used in client 2021-10-24 18:26:30 +02:00