Skip to content

Commit 679c677

Browse files
authored
Update README.md
Add creating deployment from CLI
1 parent 123da5f commit 679c677

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Effortlessly transition your project into a production-ready application using [
6060
Start by creating a BentoCloud account. Once you've signed up, log in to your BentoCloud account using the command:
6161

6262
```bash
63-
bentoml yatai login --api-token <your-api-token> --endpoint <bento-cloud-endpoint>
63+
bentoml cloud login --api-token <your-api-token> --endpoint <bento-cloud-endpoint>
6464
```
6565
> Note: Replace `<your-api-token>` and `<bento-cloud-endpoint>` with your specific API token and the BentoCloud endpoint respectively.
6666
@@ -70,12 +70,13 @@ Next, build your BentoML service using the `build` command:
7070
clip-api-service build --model-name=ViT-B-32:openai
7171
```
7272

73-
Lastly, push your freshly-built Bento service to BentoCloud using the `push` command:
73+
Then, push your freshly-built Bento service to BentoCloud using the `push` command:
7474

7575
```bash
7676
bentoml push <name:version>
7777
```
7878

79+
Lastly, deploy this application to BentoCloud with a single `bentoml deployment create` command following the [deployment instructions](https://docs.bentoml.org/en/latest/reference/cli.html#bentoml-deployment-create).
7980

8081
BentoML offers a number of options for deploying and hosting online ML services into production, learn more at [Deploying a Bento](https://docs.bentoml.org/en/latest/concepts/deploy.html).
8182

0 commit comments

Comments
 (0)