Skip to main content

targon app

The targon app command and its subcommands help you manage your Targon applications.

targon app list

List all your deployed applications.

targon app list

This command has an alias, targon app ls.

targon app get

Get detailed information about a specific application or function.

targon app get <IDENTIFIER>

Arguments

  • IDENTIFIER: The ID of the app (e.g., app-xxxxxxxx) or the UID of the function (e.g., fnc-xxxxxxxx) you want to inspect.

When providing an app ID, the output will show application details and a list of its functions. When providing a function UID, it will display detailed information about that specific function.

This command replaces the deprecated targon app status.

targon app functions

List all the functions within a specific application.

targon app functions <APP_ID>

Arguments

  • APP_ID: The ID of the application whose functions you want to list.

targon app delete

Delete one or more applications and all of their deployments.

targon app delete <APP_ID>...

Arguments

  • APP_ID: One or more application IDs to delete.

Options

  • -y, --yes: Skip the confirmation prompt before deleting the applications.