Skip to content

Commit

Permalink
Update Vespa-CLI reference doc MERGEOK
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-buildbot committed Sep 25, 2023
1 parent e38f417 commit a4bc3a7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion en/reference/vespa-cli/vespa_activate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ vespa activate [flags]

```
-h, --help help for activate
-w, --wait int Number of seconds to wait for service(s) to become ready. 0 to disable (default 60)
-w, --wait int Number of seconds to wait for service(s) to become ready. 0 to disable (default 0)
```

### Options inherited from parent commands
Expand Down
4 changes: 2 additions & 2 deletions en/reference/vespa-cli/vespa_curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ vespa curl [curl-options] path [flags]
```
$ vespa curl /ApplicationStatus
$ vespa curl -- -X POST -H "Content-Type:application/json" --data-binary @src/test/resources/A-Head-Full-of-Dreams.json /document/v1/namespace/music/docid/1
$ vespa curl -- -v --data-urlencode "yql=select * from music where album contains 'head';" /search/\?hits=5
$ vespa curl -- -v --data-urlencode "yql=select * from music where album contains 'head'" /search/\?hits=5
```

### Options
Expand All @@ -34,7 +34,7 @@ $ vespa curl -- -v --data-urlencode "yql=select * from music where album contain
-n, --dry-run Print the curl command that would be executed
-h, --help help for curl
-s, --service string Which service to query. Must be "deploy" or "container" (default "container")
-w, --wait int Number of seconds to wait for service(s) to become ready. 0 to disable (default 60)
-w, --wait int Number of seconds to wait for service(s) to become ready. 0 to disable (default 0)
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion en/reference/vespa-cli/vespa_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ vespa deploy -t cloud -z perf.aws-us-east-1c
-h, --help help for deploy
-l, --log-level string Log level for Vespa logs. Must be "error", "warning", "info" or "debug" (default "error")
-V, --version string Override the Vespa runtime version to use in Vespa Cloud
-w, --wait int Number of seconds to wait for service(s) to become ready. 0 to disable (default 60)
-w, --wait int Number of seconds to wait for service(s) to become ready. 0 to disable (default 0)
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion en/reference/vespa-cli/vespa_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vespa query query-parameters [flags]
### Examples

```
$ vespa query "yql=select * from music where album contains 'head';" hits=5
$ vespa query "yql=select * from music where album contains 'head'" hits=5
```

### Options
Expand Down
5 changes: 5 additions & 0 deletions en/reference/vespa-cli/vespa_status_document.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ title: vespa status document
render_with_liquid: false
---

---
title: vespa status document
render_with_liquid: false
---

## vespa status document

Verify that the document service is ready to use
Expand Down
5 changes: 5 additions & 0 deletions en/reference/vespa-cli/vespa_status_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ title: vespa status query
render_with_liquid: false
---

---
title: vespa status query
render_with_liquid: false
---

## vespa status query

Verify that the query service is ready to use (default)
Expand Down

0 comments on commit a4bc3a7

Please sign in to comment.