8000 fix(rules): missing word in example by kai687 · Pull Request #163 · algolia/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(rules): missing word in example #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cmd/rules/import/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func NewImportCmd(f *cmdutil.Factory, runF func(*ImportOptions) error) *cobra.Co
$ algolia rules browse SERIES | algolia rules import MOVIES -F -

# Import rules from the "rules.ndjson" file to the "MOVIES" index and don't forward them to the index replicas
$ algolia import MOVIES -F rules.ndjson -f=false
$ algolia rules import MOVIES -F rules.ndjson -f=false
`),
RunE: func(cmd *cobra.Command, args []string) error {
opts.Indice = args[0]
Expand Down
Loading
0