Skip to content

Commit 56b55b4

Browse files
fix: replace deprecated 'obelisk client' with 'obelisk'
Co-authored-by: Shelley <shelley@exe.dev>
1 parent 5c75234 commit 56b55b4

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

activity/db/turso/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ obelisk server run --config ./obelisk-local.toml
9898
```
9999
In another terminal run the activity.
100100
```sh
101-
obelisk client execution submit --follow stargazers:db/llm.get-settings-json []
101+
obelisk execution submit --follow stargazers:db/llm.get-settings-json []
102102
```
103103

104104
## Testing

activity/github/impl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ obelisk server run --config ./obelisk-local.toml
1919
```
2020
In another terminal run the activity.
2121
```sh
22-
obelisk client execution submit --follow stargazers:github/account.account-info '["your-github-login"]'
22+
obelisk execution submit --follow stargazers:github/account.account-info '["your-github-login"]'
2323
```
2424

2525
## Testing

activity/llm/openai-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ obelisk server run --config obelisk-local-go-activity.toml
2525

2626
## Testing
2727
```sh
28-
obelisk client execution submit --follow stargazers:llm/llm.respond \
28+
obelisk execution submit --follow stargazers:llm/llm.respond \
2929
'["Tell me about Rust programming", "{\"model\": \"gpt-3.5-turbo\", \"max_tokens\": 50}"]'
3030
```

activity/llm/openai-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:esbuild": "node esbuild.config.js",
1010
"build:componentize": "node call-componentize.js",
1111
"build": "npm run build:esbuild && npm run build:componentize",
12-
"test:submit": "obelisk client execution submit --follow stargazers:llm/llm.respond '[\"Tell me about Rust programming\", \"{\\\"model\\\": \\\"gpt-3.5-turbo\\\", \\\"max_tokens\\\": 50}\"]'"
12+
"test:submit": "obelisk execution submit --follow stargazers:llm/llm.respond '[\"Tell me about Rust programming\", \"{\\\"model\\\": \\\"gpt-3.5-turbo\\\", \\\"max_tokens\\\": 50}\"]'"
1313
},
1414
"dependencies": {
1515
"axios": "^1.9.0"

activity/llm/openai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Use the following parameters:
3434
* parameter `settings-json`: `"{\"model\": \"gpt-3.5-turbo\",\"max_tokens\": 50}"`
3535

3636
```sh
37-
obelisk client execution submit --follow stargazers:llm/llm.respond '["Tell me about Rust programming", "{\"model\": \"gpt-3.5-turbo\", \"max_tokens\": 50}"]'
37+
obelisk execution submit --follow stargazers:llm/llm.respond '["Tell me about Rust programming", "{\"model\": \"gpt-3.5-turbo\", \"max_tokens\": 50}"]'
3838
```
3939

4040
## Integration testing

workflow/stargazers/workflow-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:esbuild": "node esbuild.config.js",
1010
"build:componentize": "node call-componentize.js",
1111
"build": "npm run build:esbuild && npm run build:componentize",
12-
"test:submit": "obelisk client execution submit --follow stargazers:workflow/workflow.star-added-parallel '[\"tomasol\",\"obeli-sk/obelisk\"]'"
12+
"test:submit": "obelisk execution submit --follow stargazers:workflow/workflow.star-added-parallel '[\"tomasol\",\"obeli-sk/obelisk\"]'"
1313
},
1414
"componentMeta": {
1515
"disableFeatures": [

workflow/stargazers/workflow-rs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ obelisk server run --config ./obelisk-local.toml
1111
```
1212
In another terminal run the activity.
1313
```sh
14-
obelisk client execution submit --follow stargazers:workflow/workflow.backfill-parallel '["obeli-sk/obelisk"]'
14+
obelisk execution submit --follow stargazers:workflow/workflow.backfill-parallel '["obeli-sk/obelisk"]'
1515
```

0 commit comments

Comments
 (0)