Manage Applications
This topic provides information about managing applications, including how to create, delete, and retrieve the slug for applications in the Replicated Vendor Portal and with the Replicated CLI.
For information about creating and managing application with the Vendor API v3, see the apps section in the Vendor API v3 documentation.
Create an Application
Teams can create one or more applications. It is common to create multiple applications for testing purposes.
Vendor Portal
To create a new application:
-
Log in to the Vendor Portal. If you do not have an account, see Create a Vendor Account.
-
In the top left of the page, open the application drop down and click Create new app....
-
On the Create application page, enter a name for the application.
View a larger version of this image
importantIf you intend to use the application for testing purposes, Replicated recommends that you use a temporary name such as
My Application Demo
orMy Application Test
.You are not able to restore or modify previously-used application names or application slugs.
-
Click Create application.
Replicated CLI
To create an application with the Replicated CLI:
-
Install the Replicated CLI. See Install the Replicated CLI.
-
Run the following command:
replicated app create APP-NAME
Replace
APP-NAME
with the name that you want to use for the new application.Example:
replicated app create cli-app
ID NAME SLUG SCHEDULER
1xy9t8G9CO0PRGzTwSwWFkMUjZO cli-app cli-app kots
Get the Application Slug
Each application has a slug, which is used for interacting with the application using the Replicated CLI. The slug is automatically generated based on the application name and cannot be changed.
Vendor Portal
To get an application slug in the Vendor Portal:
-
Log in to the Vendor Portal and go to Application Name > Settings.
-
Under Application Slug, copy the slug.