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.
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:
-
Log in to your development environment as a functions developer.
-
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.