Skip to content

Argo CD - Process Steps

App Create

Create an Argo CD application.

NameTypeDescriptionRequired
Argo CD Application NameStringThe name of the Argo CD application to create.Yes
Additional application create flagsStringA list of flags to set when running the application create step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes

App Get

Get information about an Argo CD application.

NameTypeDescriptionRequired
Argo CD Application NameStringThe name of the Argo CD application to get information on.Yes
Additional application get flagsStringA list of flags to set when running the application get step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes

App Rollback

Rollback an Argo CD application to a previous deployed version.

NameTypeDescriptionRequired
Argo CD Application NameStringThe name of the Argo CD application to rollback.Yes
Argo CD Application History IDStringThe Argo CD application history ID to rollback to.Yes
Additional application rollback flagsStringA list of flags to set when running the application rollback step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes

App Set

Set Argo CD application parameters.

NameTypeDescriptionRequired
Argo CD Application NameStringThe name of the Argo CD application to modify.Yes
Additional application set flagsStringA list of flags to set when running the application set step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes

App Sync

Sync an Argo CD application.

NameTypeDescriptionRequired
Argo CD Application NameStringThe name of the Argo CD application to sync.Yes
Additional application sync flagsStringA list of flags to set when running the application sync step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes
Component TemplateStringThe name of the Argo CD application to sync.Yes

Login

Login to an Argo CD instance.

NameTypeDescriptionRequired
Argo CD ServerStringThe name or IP address of the Argo CD server to login to.Yes
User NameStringThe username of an account to authenticate.Yes
PasswordStringThe password of an account to authenticate.Yes
Additional login flagsStringA list of flags to set when running the login step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes

AppSet Create

Create one or more Argo CD ApplicationSets.

NameTypeDescriptionRequired
Argo CD ApplicationSet Configuration Filename or URLStringConfiguration filename or URL used to create the ApplicationSet.Yes
Additional appset create flagsStringA list of flags to set when running the appset create step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes

AppSet Delete

Delete one or more Argo CD ApplicationSets.

NameTypeDescriptionRequired
Name(s) of Argo CD ApplicationSet(s)StringA list of ApplicationSet name(s) to delete. Specify each name on a new line.Yes
Additional appset delete flagsStringA list of flags to set when running the appset delete step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes

AppSet List

List one or more Argo CD ApplicationSets.

NameTypeDescriptionRequired
Additional appset list flagsStringA list of flags to set when running the appset list step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes

AppSet Get

Get Argo CD ApplicationSet.

NameTypeDescriptionRequired
Argo CD ApplicationSet NameStringThe name of the Argo CD ApplicationSet to get.Yes
Additional appset get flagsStringA list of flags to set when running the appset get step. For example: '--config=path'. Specify each flag on a new line. If the flag takes an argument, put the argument on a separate line or use an equal '=' (not whitespace) between the flag and argument.Yes