Skip to content

Commit

Permalink
docs(cli): update generated docs (#4124)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 16, 2024
1 parent 2855386 commit 3dca0a8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3202,14 +3202,7 @@ for the "hello" key.

blogd q blog show-post hello

To customize the index, use the "--index" flag. Multiple indices can be
provided, which simplifies querying values. For example:

ignite scaffold map product price desc --index category,guid

With this command, you would get a "Product" value indexed by both a category
and a GUID (globally unique ID). This will let you programmatically fetch
product values that have the same category but are using different GUIDs.
By default, the index is called "index", to customize the index, use the "--index" flag.

Since the behavior of "list" and "map" scaffolding is very similar, you can use
the "--no-message", "--module", "--signer" flags as well as the colon syntax for
Expand All @@ -3227,7 +3220,7 @@ ignite scaffold map NAME [field]... [flags]
```
--clear-cache clear the build cache (advanced)
-h, --help help for map
--index strings fields that index the value (default [index])
--index string field that index the value (default "index")
--module string specify which module to generate code in
--no-message skip generating message handling logic
--no-simulation skip simulation logic
Expand Down

0 comments on commit 3dca0a8

Please sign in to comment.