Shell
Shell provides a fully-featured, in-browser terminal integrated with the pre-installed and authorized Apolo CLI. It allows users to run Apolo command-line tools and clients instantly—without needing to install or configure anything on their local machine. Ideal for managing resources, running jobs, and interacting with the platform securely and efficiently.
Accessing the Shell App
Navigate to the Apolo Console and click on the Apps section from the left-hand navigation menu. You will see a list of available apps, as shown in the screenshot below.

Locate the Shell app. If it is not yet installed, proceed to the installation steps.
Installing the Shell App
Click on the button Install located on the Shell app card.
Configure resources.
You will be redirected to the installation page. Under the Resources tab, choose a preset configuration based on your computational needs (e.g.,
cpu-small
,cpu-medium
). If you are not planning to run heavy workloads on it, choose the smallest available preset.Network Settings.
Shell app comes impersonated with your user credentials and enabled authorization by default. Disabling authorization will allow anyone to access the web CLI. Do it only if you know what you're doing.
Add metadata. In the next step, under the Metadata tab, provide a name for your app instance, otherwise a UUID-based name will be generated.
Install the App. Click on the Install button to complete the installation process. The app will appear in the Installed Apps tab once successfully deployed.
Managing Installed Terminal Apps
To view and manage installed instances of the Terminal app:
Go to the Installed Apps tab.
You will see a list of running Shell app instances. To open the detailed information & uninstall the app, click the Details button.

Details page contains the next information:
Application metadata, such as ownership information, date of installation, ID, etc.
Application status and it's transitions
Application inputs / settings
Logs (at the dedicated tab)
Outputs values


Using the Terminal App
Launch the Terminal.
Open HTTP API with the public domain address in a dedicated browser window. You could identify it by the public domain name. Simply copy-paste it in new browser window. Alternatively, hit "open web UI" button. This will open a web-based shell environment in new browser tab.

Run Commands. Use the terminal to execute shell commands. A welcome message provides helpful examples of commands you can run, such as managing Apolo CLI workflows and running jobs.
Example:
apolo config show

apolo config show
exampleReferences
Last updated
Was this helpful?