Listing Applications

Find out how to list applications with OCI Functions.

You can list applications using the Console, the Fn Project CLI, and the API.

    1. Sign in to the Console as a functions developer.
    2. Open the navigation menu  and select Developer Services. Under Functions, select Applications.

      The Applications list page opens. All applications in the selected compartment are displayed in a table.

    3. Select the region you're using with OCI Functions.

      We recommend that you use the same region as the Docker registry that's specified in the Fn Project CLI context. See Creating an Fn Project CLI Context to Connect to Oracle Cloud Infrastructure.

    4. Select the compartment specified in the Fn Project CLI context (see Creating an Fn Project CLI Context to Connect to Oracle Cloud Infrastructure). Alternatively, to view the applications in a different compartment, use the Compartment filter to switch compartments.

      You must have permission to work in a compartment to see the resources in it. If you're not sure which compartment to use, contact an administrator. For more information, see Understanding Compartments.

  • Using the Fn Project CLI

    Tip

    From time to time, new versions of the Fn Project CLI are released. We recommend you regularly check that the latest version is installed. For more information, see Steps to upgrade the Fn Project CLI.

    To list applications using the Fn Project CLI:

    1. Log in to your development environment as a functions developer.

    2. Enter the following command to see a simple list of applications:

      fn list apps

      For example:

      $ fn list apps
      
      acme-app

    Using the OCI CLI

    Use the oci fn application list command and required parameters to list applications:

    oci fn application list --compartment-id <compartment-ocid> [OPTIONS]

    For a complete list of flags and variable options for OCI CLI commands, see the Command Line Reference.

  • Run the ListApplications operation to list applications.