unikube app
Manage your applications.
unikube app [OPTIONS] COMMAND [ARGS]...
env
Display the environment variables for the given app. This prints the environment variables for all containers. You
can print the environment variables for all init containers with the -i
flag.
unikube app env [OPTIONS] [APP]
Options
- -i, --init
Display environment variables for the init container
- -o, --organization <organization>
Select an organization
- -p, --project <project>
Select a project
- -d, --deck <deck>
Select a deck
Arguments
- APP
Optional argument
exec
unikube app exec [OPTIONS] [APP]
Options
- -o, --organization <organization>
Select an organization
- -p, --project <project>
Select a project
- -d, --deck <deck>
Select a deck
Arguments
- APP
Optional argument
info
Display the status for the given app name.
unikube app info [OPTIONS] [APP]
Options
- -o, --organization <organization>
Select an organization
- -p, --project <project>
Select a project
- -d, --deck <deck>
Select a deck
Arguments
- APP
Optional argument
list
List all apps.
unikube app list [OPTIONS]
Options
- -o, --organization <organization>
Select an organization
- -p, --project <project>
Select a project
- -d, --deck <deck>
Select a deck
logs
Display the logs for an app. If this app contains multiple containers, specify the container
argument or choose it from the interactive selector. You can follow the log stream if you specify the
-f
flag.
unikube app logs [OPTIONS] [APP]
Options
- -c, --container <container>
Specify the container in this app
- -o, --organization <organization>
Select an organization
- -p, --project <project>
Select a project
- -d, --deck <deck>
Select a deck
- -f, --follow
Follow the log stream.
Arguments
- APP
Optional argument
shell
Drop into an interactive shell.
unikube app shell [OPTIONS] [APP]
Options
- -o, --organization <organization>
Select an organization
- -p, --project <project>
Select a project
- -d, --deck <deck>
Select a deck
- -c, --container <container>
Specify the container in this app
Arguments
- APP
Optional argument
switch
Switch a running deployment with a local Docker container.
unikube app switch [OPTIONS] [APP]
Options
- -o, --organization <organization>
Select an organization
- -p, --project <project>
Select a project
- -d, --deck <deck>
Select a deck
- --deployment <deployment>
Specify the deployment if not set in the Unikubefile
- --unikubefile <unikubefile>
Specify the path to the Unikubefile
- -n, --no-build
Do not build a new container image for the switch operation
Arguments
- APP
Optional argument