Browse Source

Updated the reference to undeploy markdown file (#520)

pull/535/head
Nilesh Gule 6 years ago
committed by GitHub
parent
commit
a89d550917
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      docs/reference/commandline/README.md

18
docs/reference/commandline/README.md

@ -1,11 +1,11 @@
# 📖 Tye commandline documentation
| Topic | Description |
|-------|-------------|
|**[tye init](tye-init.md)** | Create a `tye.yaml`.
|**[tye run](tye-run.md)** | Run an application locally.
|**[tye build](tye-build.md)** | Build an application's containers.
|**[tye push](tye-push.md)** | Push an application's containers.
|**[tye deploy](tye-deploy.md)** | Deploy an application.
|**[tye undeploy](tye-deploy.md)** | Remove a deployed application.
|**[tye](tye.md)** | Base command.
| Topic | Description |
| ----------------------------------- | ---------------------------------- |
| **[tye init](tye-init.md)** | Create a `tye.yaml`. |
| **[tye run](tye-run.md)** | Run an application locally. |
| **[tye build](tye-build.md)** | Build an application's containers. |
| **[tye push](tye-push.md)** | Push an application's containers. |
| **[tye deploy](tye-deploy.md)** | Deploy an application. |
| **[tye undeploy](tye-undeploy.md)** | Remove a deployed application. |
| **[tye](tye.md)** | Base command. |

Loading…
Cancel
Save