Skip to content

Commit a285c09

Browse files
committed
update example
1 parent ded2e0a commit a285c09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cmd/assetList.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ var assetListCmd = &cobra.Command{
3232
Long: `List assets on your account.
3333
3434
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
3543
`,
3644
Run: func(cmd *cobra.Command, args []string) {
3745
jsonFlag, _ := cmd.Flags().GetBool("json")

0 commit comments

Comments
 (0)