Managing Applications Using The CLI

πŸ“˜

In this section of the Quickstart we'll explore how to manage applications using the CLI. Feel free to jump to the Managing Applications From The Web UI if you prefer using UIs instead. This CLI documentation section assumes you are already authenticated in the CLI.

Shipa CLI supports managing applications deployed using a container image or directly from source.

Deploy and application

We are going to deploy an application based on an existing container image. Please check the Deploying Applications section of the documentation if you prefer deploying applications directly from the source code or through some other means.

shipa app deploy --app hello-shipa --image shipasoftware/hello-shipa:1.0 -k shipa-framework -t shipa-team

After a few moments, the first release of the application should be up and running. We can confirm that by taking a look at the application info.

Please execute the command that follows to deploy the first release of the application.

After a few moments, the first release of the application should be up and running. We can confirm that by taking a look at the application info.

shipa app info --app hello-shipa

The output should present some of the most commonly needed information. Please copy the Address from the Ingress controllers section and paste it in your favorite browser to confirm that the application is indeed running.

πŸ“˜

Please visit the Application Management section of the docs for more info.


What’s Next

The quickstart is finished, but there is much more Shipa offers. Please explore Dev Guide, Ops Guide, or Architecture sections of the docs available in the left-hand menu.