Listing Apps with the TIBCO Cloud™ - Command Line Interface
You can list the apps for the currently logged in user with the tibcli apps
TIBCO Cloud™ - Command Line Interface (CLI) command. You can also view details about a specific app.
To list apps:
- Log in with the TIBCO Cloud™ - Command Line Interface as shown in Logging In with the TIBCO Cloud™ - Command Line Interface.
-
List the apps using the
tibcli app list
command. For example, to list the apps for the current user:tibcli app list
-
You can also list only apps with a specific tag with the
--tag
or-t
option. For example, to list the current user's apps taggedtest-apps
:tibcli app list --tag test-apps
-
To show details about a specific app, use the
tibcli app detail
command. For example, to show details about the appmyApp1
:tibcli app detail myApp1