We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded2e0a commit a285c09Copy full SHA for a285c09
cmd/assetList.go
@@ -32,6 +32,14 @@ var assetListCmd = &cobra.Command{
32
Long: `List assets on your account.
33
34
An asset is an individual component on an account. Assets have categories.
35
+
36
+Examples:
37
38
+* List all assets in the Provisioned and DNS categories:
39
+- lw asset list --categories Provisioned,DNS
40
41
+* List all dedicated servers:
42
+- lw asset list --categories StrictDedicated
43
`,
44
Run: func(cmd *cobra.Command, args []string) {
45
jsonFlag, _ := cmd.Flags().GetBool("json")
0 commit comments