Application Related Commands
The app command is a group of commands used to manage applications in a Tangram workspace.
It allows you to list applications, retrieve application details, inspect infrastructure resources, and check the status of application components.
List applications in the demo
workspace:
app ls -w demo
app | version
-------------------+--------
ai.tangram.iceberg | 1.0.0
Get application details:
app get ai.tangram iceberg -w demo
Inspect application infrastructure resources:
app infra-resources ai.tangram iceberg -w demo
Check component status:
app component status ai.tangram iceberg catalog-service -w demo