Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 0d8b940

Browse files
authored
Update Readme (#26)
## Summary ## How was it tested? ## Is this change backwards-compatible? Signed-off-by: Lucille Hua <[email protected]>
1 parent 1fd0751 commit 0d8b940

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Launchpad
22

3-
### A Zero DevOps workflow for building applications on Kubernetes
3+
### Build, Publish, and Deploy to Kubernetes with a single command
44

55
[![Join Discord](https://img.shields.io/discord/903306922852245526?color=7389D8&label=discord&logo=discord&logoColor=ffffff)](https://discord.gg/agbskCJXk2) ![License: Apache 2.0](https://img.shields.io/github/license/jetpack-io/devbox) [![version](https://img.shields.io/github/v/release/jetpack-io/launchpad?color=green&label=version&sort=semver)](https://github.com/jetpack-io/launchpad/releases) [![tests](https://github.com/jetpack-io/launchpad/actions/workflows/release.yaml/badge.svg)](https://github.com/jetpack-io/launchpad/actions/workflows/release.yaml?branch=main)
66

@@ -16,12 +16,12 @@ In practice, Launchpad works similar to Heroku or Vercel, except everything is o
1616

1717
The example below initializes a web project with `launchpad init`, and deploys to a local Kubernetes cluster with `launchpad up`:
1818

19-
![screen cast](https://user-images.githubusercontent.com/2292093/201768560-b8a4db24-49c4-45cc-a4a4-b27c2815835e.svg)
19+
![screen cast](https://www.jetpack.io/assets/image/launchpad-docker-desktop-k.svg)
2020

2121

2222
## Benefits
2323

24-
### Build, Publish, and Deploy with a single command
24+
### A Zero DevOps workflow
2525

2626
Launchpad builds any image, publishes it to your Docker Registry, and deploys it to Kubernetes in one step. No need to manually build and push your image, setup your kube-context, or write long pages of Kubernetes YAML.
2727

@@ -115,13 +115,13 @@ In this quickstart, we’ll deploy a cron job to your local Docker Desktop Kuber
115115

116116
`launchpad help` - see all commands
117117

118-
`launchpad auth` - use launchpad's authentication toolchain (login required)
118+
`launchpad auth` - create a user, login, or logout (login required)
119119

120-
`launchpad env` - use launchpad's secret management toolchain (login required)
120+
`launchpad env` - manage environment variables and secrets (login required)
121121

122-
`launchpad cluster` - use launchpad's cluster management toolchain (login required)
122+
`launchpad cluster` - create a cluster, list your clusters (login required)
123123

124-
All "login required" commands require you to have an account with Jetpack's Mission Control offering. These special commands are added on top of the open-source codebase for you. Even though they are excluded from this repository, they are readily available in the launchpad CLI.
124+
All "login required" commands require you to have an account with [Jetpack's Mission Control](https://www.jetpack.io/launchpad) offering. These special commands are added on top of the open-source codebase for you. Even though they are excluded from this repository, they are readily available in the launchpad CLI.
125125

126126
See the [CLI Reference](https://www.jetpack.io/launchpad/docs/reference/cli/) for the full list of commands.
127127

0 commit comments

Comments
 (0)