@@ -4,19 +4,17 @@ title: goal app box list
44
55
66
7- List all application boxes belonging to an application
7+ List application boxes belonging to an application
88
99
1010
1111### Synopsis
1212
1313
1414
15- List all application boxes belonging to an application.
15+ List application boxes belonging to an application.
1616
17- For printable strings, the box name is formatted as 'str: hello '
18-
19- For everything else, the box name is formatted as 'b64: A =='.
17+ Printable names and values are formatted as 'str: hello ' otherwise 'b64: A =='.
2018
2119
2220
@@ -34,9 +32,15 @@ goal app box list [flags]
3432
3533```
3634
37- -h, --help help for list
35+ -h, --help help for list
36+
37+ -l, --limit uint The maximum number of boxes to list. 0 means no limit.
38+
39+ -n, --next string The next-token returned from a previous call, used for pagination.
3840
39- -m, --max uint Maximum number of boxes to list. 0 means no limit.
41+ -p, --prefix string Return only boxes that begin with the supplied prefix.
42+
43+ -v, --values Request and display box values.
4044
4145```
4246
@@ -74,6 +78,8 @@ goal app box list [flags]
7478
7579 -k, --kmddir string Data directory for kmd
7680
81+ --reject-version uint If set non-zero, reject for this app version or higher
82+
7783 -w, --wallet string Set the wallet to be used for the selected operation
7884
7985```
0 commit comments