You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
### Build, Publish, and Deploy with a single command
24
+
### A Zero DevOps workflow
25
25
26
26
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.
27
27
@@ -115,13 +115,13 @@ In this quickstart, we’ll deploy a cron job to your local Docker Desktop Kuber
115
115
116
116
`launchpad help` - see all commands
117
117
118
-
`launchpad auth` - use launchpad's authentication toolchain (login required)
118
+
`launchpad auth` - create a user, login, or logout (login required)
119
119
120
-
`launchpad env` - use launchpad's secret management toolchain (login required)
120
+
`launchpad env` - manage environment variables and secrets (login required)
121
121
122
-
`launchpad cluster` - use launchpad's cluster management toolchain (login required)
122
+
`launchpad cluster` - create a cluster, list your clusters (login required)
123
123
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.
125
125
126
126
See the [CLI Reference](https://www.jetpack.io/launchpad/docs/reference/cli/) for the full list of commands.
0 commit comments