Skip to content

Commit 81bb368

Browse files
authored
Merge pull request #68 from DefangLabs/fix-outdated
changed the defang up to defang compose up on docs
2 parents d7a5b0b + 9209409 commit 81bb368

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/concepts/compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You might be familiar with `docker-compose.yml` files, now known as the [Compose
1212

1313
You can define your [services](./services.md) using a `compose.yaml` file in the root of your project, or use the [`defang generate` command](../tutorials/generate-new-code-using-ai.mdx) to generate one (along with other resources). This file is used to define your application's services and how they run. You can edit this file to add more services or change the configuration of existing services.
1414

15-
When you run `defang up`, Defang will read your `compose.yaml` file and [deploy](./deployments.md) the services named in that file to the cloud.
15+
When you run `defang compose up`, Defang will read your `compose.yaml` file and [deploy](./deployments.md) the services named in that file to the cloud.
1616

1717
## Service Name Resolution
1818

@@ -41,4 +41,4 @@ secrets:
4141
4242
:::info Configuration & Secrets
4343
Read more about configuration in the [configuration page](./configuration.md) and about secrets in the [secrets page](./configuration.md).
44-
:::
44+
:::

docs/concepts/observability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Observability
2+
title: Observability
33
description: Monitor and debug your Defang services with the Defang CLI and portal.
44
sidebar_position: 600
55
---
66

77
# Observability
88

9-
You can easily monitor and debug your Defang services at build and runtime using the Defang CLI and portal.
9+
You can easily monitor and debug your Defang services at build and runtime using the Defang CLI and portal.
1010

11-
When you deploy a service using the `defang up` the CLI will automatically start tailing the build and runtime logs for your service. You can also view the logs for your service in the portal, or by using the `defang tail` command.
11+
When you deploy a service using the `defang compose up` the CLI will automatically start tailing the build and runtime logs for your service. You can also view the logs for your service in the portal, or by using the `defang tail` command.
1212

1313
:::warning
1414
Keep in mind that the Defang Portal only displays services deployed to Defang Playground.
@@ -25,4 +25,4 @@ defang tail --etag ua119053ehi2
2525

2626
## Architecture
2727

28-
In [BYOC](./defang-byoc.md), output is logged to the native logging tools within your cloud provider. The CLI then tails the output as needed.
28+
In [BYOC](./defang-byoc.md), output is logged to the native logging tools within your cloud provider. The CLI then tails the output as needed.

0 commit comments

Comments
 (0)