Skip to content
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

fix(docs): fix commands for AVCTL hosting #1088

Merged
merged 1 commit into from
Dec 9, 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
10 changes: 5 additions & 5 deletions pages/guides/agentverse/avctl/avctl-hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ TIMESTAMP LOG ENTRY
2024-01-23T16:10:51.459000 [INFO]: Received message from <agent_address>, session: <session_id>
```

- `avctl hosting secrets add <secret_name>` - Add a secret
- `avctl hosting add secrets <secret_name>` - Add a secret

- `avctl hosting secrets delete <secret_name>` - Delete a secret
- `avctl hosting delete secrets <secret_name>` - Delete a secret

- `avctl hosting secrets get` - Retrieve names of all secrets.
- `avctl hosting get secrets` - Retrieve names of all secrets.

```
abc@xyz-MacBook-Pro myagents % avctl hosting secrets add secret
Expand Down Expand Up @@ -133,10 +133,10 @@ Supported Packages:
abc@xyz-MacBook-Pro myagents %
```

- `avctl hosting delete` - Deletes an agent from agentverse.
- `avctl hosting delete agents -a <agent_address>` - Deletes an agent from agentverse.

```
abc@xyz-MacBook-Pro myagents % avctl hosting delete -a <agent_address>
abc@xyz-MacBook-Pro myagents % avctl hosting delete agents -a <agent_address>
NAME ADDRESS COMPILED DOMAIN REVISION RUNNING WALLET ADDRESS
name <agent_address> true 4 true <fetch_wallet_address>

Expand Down
Loading