add Mode to Service entity

This commit is contained in:
Pavel Sviderski
2024-12-03 11:37:13 +10:00
parent 8db7ac84a0
commit 5621a84e99
6 changed files with 66 additions and 42 deletions
+1
View File
@@ -60,6 +60,7 @@ func inspect(ctx context.Context, uncli *client.CLI, opts *inspectOptions) error
fmt.Printf("ID: %s\n", svc.ID)
fmt.Printf("Name: %s\n", svc.Name)
fmt.Printf("Mode: %s\n", svc.Mode)
fmt.Println()
// Print the list of containers in a table format.