README.md: Add info about xk6-registry import
#172
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var Cmd = &cobra.Command{
|
||||||
Short: "Import objects into registry",
|
Short: "Import objects into registry",
|
||||||
Long: "Import objects into registry from pregenerated files",
|
Long: "Import objects into registry from pregenerated files",
|
||||||
Example: `xk6-registry import registry.bolt preset.json
|
Example: `xk6-registry import registry.bolt preset.json
|
||||||
xk6-registry import --status created registry.bolt preset.json another_preset.json`,
|
xk6-registry import registry.bolt preset.json another_preset.json`,
|
||||||
fyrchik marked this conversation as resolved
|
|||||||
RunE: runCmd,
|
RunE: runCmd,
|
||||||
Args: cobra.MinimumNArgs(2),
|
Args: cobra.MinimumNArgs(2),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue
What is the default status we use then?
Objects are put in registry with status
created
by default.