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:

  1. Log in with the TIBCO Cloud™ - Command Line Interface as shown in Logging In with the TIBCO Cloud™ - Command Line Interface.
  2. List the apps using the tibcli app list command. For example, to list the apps for the current user:
     tibcli app list
    
  3. 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 tagged test-apps:
     tibcli app list --tag test-apps
    
    Note: App tags can only be added or changed in the Web UI. See Using App Tags for more details.
  4. To show details about a specific app, use the tibcli app detail command. For example, to show details about the app myApp1:
     tibcli app detail myApp1
    

Related Topics

TIBCO Cloud™ - Command Line Interface Reference