productivity
Argo CD CLI for AI Agents
Use the Argo CD CLI from KosmoKrator to call Argo CD tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Argo CD CLI Setup
Argo CD can be configured headlessly with `kosmokrator integrations:configure argocd`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure argocd --enable --read allow --write ask --json
kosmokrator integrations:doctor argocd --json
kosmokrator integrations:status --json Credentials
Authentication type: Bearer token bearer_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call argocd.argocd_account_list_accounts '{}' --json kosmo integrations:argocd argocd_account_list_accounts '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs argocd --json
kosmo integrations:docs argocd.argocd_account_list_accounts --json
kosmo integrations:schema argocd.argocd_account_list_accounts --json
kosmo integrations:search "Argo CD" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
argocd.argocd_account_list_accounts
ListAccounts returns the list of accounts
read - Parameters
- none
kosmo integrations:call argocd.argocd_account_list_accounts '{}' --json kosmo integrations:argocd argocd_account_list_accounts '{}' --json argocd.argocd_account_can_i
CanI checks if the current account has permission to perform an action
read - Parameters
- none
kosmo integrations:call argocd.argocd_account_can_i '{}' --json kosmo integrations:argocd argocd_account_can_i '{}' --json argocd.argocd_account_update_password
UpdatePassword updates an account's password to a new value
write - Parameters
- none
kosmo integrations:call argocd.argocd_account_update_password '{}' --json kosmo integrations:argocd argocd_account_update_password '{}' --json argocd.argocd_account_get_account
GetAccount returns an account
read - Parameters
- none
kosmo integrations:call argocd.argocd_account_get_account '{}' --json kosmo integrations:argocd argocd_account_get_account '{}' --json argocd.argocd_account_create_token
CreateToken creates a token
write - Parameters
- none
kosmo integrations:call argocd.argocd_account_create_token '{}' --json kosmo integrations:argocd argocd_account_create_token '{}' --json argocd.argocd_account_delete_token
DeleteToken deletes a token
write - Parameters
- none
kosmo integrations:call argocd.argocd_account_delete_token '{}' --json kosmo integrations:argocd argocd_account_delete_token '{}' --json argocd.argocd_list_applications
List returns list of applications
read - Parameters
- none
kosmo integrations:call argocd.argocd_list_applications '{}' --json kosmo integrations:argocd argocd_list_applications '{}' --json argocd.argocd_create_application
Create creates an application
write - Parameters
- none
kosmo integrations:call argocd.argocd_create_application '{}' --json kosmo integrations:argocd argocd_create_application '{}' --json argocd.argocd_application_get_manifests_with_files
GetManifestsWithFiles returns application manifests using provided files to generate them
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_get_manifests_with_files '{}' --json kosmo integrations:argocd argocd_application_get_manifests_with_files '{}' --json argocd.argocd_application_server_side_diff
ServerSideDiff performs server-side diff calculation using dry-run apply
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_server_side_diff '{}' --json kosmo integrations:argocd argocd_application_server_side_diff '{}' --json argocd.argocd_application_update
Update updates an application
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_update '{}' --json kosmo integrations:argocd argocd_application_update '{}' --json argocd.argocd_application_managed_resources
ManagedResources returns list of managed resources
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_managed_resources '{}' --json kosmo integrations:argocd argocd_application_managed_resources '{}' --json argocd.argocd_application_resource_tree
ResourceTree returns resource tree
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_resource_tree '{}' --json kosmo integrations:argocd argocd_application_resource_tree '{}' --json argocd.argocd_get_application
Get returns an application by name
read - Parameters
- none
kosmo integrations:call argocd.argocd_get_application '{}' --json kosmo integrations:argocd argocd_get_application '{}' --json argocd.argocd_application_delete
Delete deletes an application
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_delete '{}' --json kosmo integrations:argocd argocd_application_delete '{}' --json argocd.argocd_application_patch
Patch patch an application
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_patch '{}' --json kosmo integrations:argocd argocd_application_patch '{}' --json argocd.argocd_application_list_resource_events
ListResourceEvents returns a list of event resources
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_list_resource_events '{}' --json kosmo integrations:argocd argocd_application_list_resource_events '{}' --json argocd.argocd_application_list_links
ListLinks returns the list of all application deep links
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_list_links '{}' --json kosmo integrations:argocd argocd_application_list_links '{}' --json argocd.argocd_application_pod_logs2
PodLogs returns stream of log entries for the specified pod. Pod
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_pod_logs2 '{}' --json kosmo integrations:argocd argocd_application_pod_logs2 '{}' --json argocd.argocd_application_get_manifests
GetManifests returns application manifests
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_get_manifests '{}' --json kosmo integrations:argocd argocd_application_get_manifests '{}' --json argocd.argocd_application_terminate_operation
TerminateOperation terminates the currently running operation
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_terminate_operation '{}' --json kosmo integrations:argocd argocd_application_terminate_operation '{}' --json argocd.argocd_application_pod_logs
PodLogs returns stream of log entries for the specified pod. Pod
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_pod_logs '{}' --json kosmo integrations:argocd argocd_application_pod_logs '{}' --json argocd.argocd_application_get_resource
GetResource returns single application resource
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_get_resource '{}' --json kosmo integrations:argocd argocd_application_get_resource '{}' --json argocd.argocd_application_patch_resource
PatchResource patch single application resource
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_patch_resource '{}' --json kosmo integrations:argocd argocd_application_patch_resource '{}' --json argocd.argocd_application_delete_resource
DeleteResource deletes a single application resource
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_delete_resource '{}' --json kosmo integrations:argocd argocd_application_delete_resource '{}' --json argocd.argocd_application_list_resource_actions
ListResourceActions returns list of resource actions
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_list_resource_actions '{}' --json kosmo integrations:argocd argocd_application_list_resource_actions '{}' --json argocd.argocd_application_run_resource_action
Deprecated: use RunResourceActionV2 instead. This version does not support resource action parameters but is maintained for backward compatibility. It will be removed in a future release.
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_run_resource_action '{}' --json kosmo integrations:argocd argocd_application_run_resource_action '{}' --json argocd.argocd_application_run_resource_action_v2
RunResourceActionV2 runs a resource action with parameters
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_run_resource_action_v2 '{}' --json kosmo integrations:argocd argocd_application_run_resource_action_v2 '{}' --json argocd.argocd_application_list_resource_links
ListResourceLinks returns the list of all resource deep links
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_list_resource_links '{}' --json kosmo integrations:argocd argocd_application_list_resource_links '{}' --json argocd.argocd_application_revision_chart_details
Get the chart metadata description, maintainers, home for a specific revision of the application
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_revision_chart_details '{}' --json kosmo integrations:argocd argocd_application_revision_chart_details '{}' --json argocd.argocd_application_revision_metadata
Get the meta-data author, date, tags, message for a specific revision of the application
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_revision_metadata '{}' --json kosmo integrations:argocd argocd_application_revision_metadata '{}' --json argocd.argocd_application_get_o_c_i_metadata
Get the chart metadata description, maintainers, home for a specific revision of the application
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_get_o_c_i_metadata '{}' --json kosmo integrations:argocd argocd_application_get_o_c_i_metadata '{}' --json argocd.argocd_application_rollback
Rollback syncs an application to its target state
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_rollback '{}' --json kosmo integrations:argocd argocd_application_rollback '{}' --json argocd.argocd_application_update_spec
UpdateSpec updates an application spec
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_update_spec '{}' --json kosmo integrations:argocd argocd_application_update_spec '{}' --json argocd.argocd_application_sync
Sync syncs an application to its target state
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_sync '{}' --json kosmo integrations:argocd argocd_application_sync '{}' --json argocd.argocd_application_get_application_sync_windows
Get returns sync windows of the application
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_get_application_sync_windows '{}' --json kosmo integrations:argocd argocd_application_get_application_sync_windows '{}' --json argocd.argocd_application_set_list
List returns list of applicationset
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_set_list '{}' --json kosmo integrations:argocd argocd_application_set_list '{}' --json argocd.argocd_application_set_create
Create creates an applicationset
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_set_create '{}' --json kosmo integrations:argocd argocd_application_set_create '{}' --json argocd.argocd_application_set_generate
Generate generates
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_set_generate '{}' --json kosmo integrations:argocd argocd_application_set_generate '{}' --json argocd.argocd_application_set_get
Get returns an applicationset by name
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_set_get '{}' --json kosmo integrations:argocd argocd_application_set_get '{}' --json argocd.argocd_application_set_delete
Delete deletes an application set
write - Parameters
- none
kosmo integrations:call argocd.argocd_application_set_delete '{}' --json kosmo integrations:argocd argocd_application_set_delete '{}' --json argocd.argocd_application_set_list_resource_events
ListResourceEvents returns a list of event resources
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_set_list_resource_events '{}' --json kosmo integrations:argocd argocd_application_set_list_resource_events '{}' --json argocd.argocd_application_set_resource_tree
ResourceTree returns resource tree
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_set_resource_tree '{}' --json kosmo integrations:argocd argocd_application_set_resource_tree '{}' --json argocd.argocd_certificate_list_certificates
List all available repository certificates
read - Parameters
- none
kosmo integrations:call argocd.argocd_certificate_list_certificates '{}' --json kosmo integrations:argocd argocd_certificate_list_certificates '{}' --json argocd.argocd_certificate_create_certificate
Creates repository certificates on the server
write - Parameters
- none
kosmo integrations:call argocd.argocd_certificate_create_certificate '{}' --json kosmo integrations:argocd argocd_certificate_create_certificate '{}' --json argocd.argocd_certificate_delete_certificate
Delete the certificates that match the RepositoryCertificateQuery
write - Parameters
- none
kosmo integrations:call argocd.argocd_certificate_delete_certificate '{}' --json kosmo integrations:argocd argocd_certificate_delete_certificate '{}' --json argocd.argocd_cluster_list
List returns list of clusters
read - Parameters
- none
kosmo integrations:call argocd.argocd_cluster_list '{}' --json kosmo integrations:argocd argocd_cluster_list '{}' --json argocd.argocd_cluster_create
Create creates a cluster
write - Parameters
- none
kosmo integrations:call argocd.argocd_cluster_create '{}' --json kosmo integrations:argocd argocd_cluster_create '{}' --json argocd.argocd_cluster_get
Get returns a cluster by server address
read - Parameters
- none
kosmo integrations:call argocd.argocd_cluster_get '{}' --json kosmo integrations:argocd argocd_cluster_get '{}' --json argocd.argocd_cluster_update
Update updates a cluster
write - Parameters
- none
kosmo integrations:call argocd.argocd_cluster_update '{}' --json kosmo integrations:argocd argocd_cluster_update '{}' --json argocd.argocd_cluster_delete
Delete deletes a cluster
write - Parameters
- none
kosmo integrations:call argocd.argocd_cluster_delete '{}' --json kosmo integrations:argocd argocd_cluster_delete '{}' --json argocd.argocd_cluster_invalidate_cache
InvalidateCache invalidates cluster cache
write - Parameters
- none
kosmo integrations:call argocd.argocd_cluster_invalidate_cache '{}' --json kosmo integrations:argocd argocd_cluster_invalidate_cache '{}' --json argocd.argocd_cluster_rotate_auth
RotateAuth rotates the bearer token used for a cluster
write - Parameters
- none
kosmo integrations:call argocd.argocd_cluster_rotate_auth '{}' --json kosmo integrations:argocd argocd_cluster_rotate_auth '{}' --json argocd.argocd_g_p_g_key_list
List all available repository certificates
read - Parameters
- none
kosmo integrations:call argocd.argocd_g_p_g_key_list '{}' --json kosmo integrations:argocd argocd_g_p_g_key_list '{}' --json argocd.argocd_g_p_g_key_create
Create one or more GPG public keys in the server's configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_g_p_g_key_create '{}' --json kosmo integrations:argocd argocd_g_p_g_key_create '{}' --json argocd.argocd_g_p_g_key_delete
Delete specified GPG public key from the server's configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_g_p_g_key_delete '{}' --json kosmo integrations:argocd argocd_g_p_g_key_delete '{}' --json argocd.argocd_g_p_g_key_get
Get information about specified GPG public key from the server
read - Parameters
- none
kosmo integrations:call argocd.argocd_g_p_g_key_get '{}' --json kosmo integrations:argocd argocd_g_p_g_key_get '{}' --json argocd.argocd_notification_list_services
List returns list of services
read - Parameters
- none
kosmo integrations:call argocd.argocd_notification_list_services '{}' --json kosmo integrations:argocd argocd_notification_list_services '{}' --json argocd.argocd_notification_list_templates
List returns list of templates
read - Parameters
- none
kosmo integrations:call argocd.argocd_notification_list_templates '{}' --json kosmo integrations:argocd argocd_notification_list_templates '{}' --json argocd.argocd_notification_list_triggers
List returns list of triggers
read - Parameters
- none
kosmo integrations:call argocd.argocd_notification_list_triggers '{}' --json kosmo integrations:argocd argocd_notification_list_triggers '{}' --json argocd.argocd_list_projects
List returns list of projects
read - Parameters
- none
kosmo integrations:call argocd.argocd_list_projects '{}' --json kosmo integrations:argocd argocd_list_projects '{}' --json argocd.argocd_project_create
Create a new project
write - Parameters
- none
kosmo integrations:call argocd.argocd_project_create '{}' --json kosmo integrations:argocd argocd_project_create '{}' --json argocd.argocd_get_project
Get returns a project by name
read - Parameters
- none
kosmo integrations:call argocd.argocd_get_project '{}' --json kosmo integrations:argocd argocd_get_project '{}' --json argocd.argocd_project_delete
Delete deletes a project
write - Parameters
- none
kosmo integrations:call argocd.argocd_project_delete '{}' --json kosmo integrations:argocd argocd_project_delete '{}' --json argocd.argocd_project_get_detailed_project
GetDetailedProject returns a project that include project, global project and scoped resources by name
read - Parameters
- none
kosmo integrations:call argocd.argocd_project_get_detailed_project '{}' --json kosmo integrations:argocd argocd_project_get_detailed_project '{}' --json argocd.argocd_project_list_events
ListEvents returns a list of project events
read - Parameters
- none
kosmo integrations:call argocd.argocd_project_list_events '{}' --json kosmo integrations:argocd argocd_project_list_events '{}' --json argocd.argocd_project_get_global_projects
Get returns a virtual project by name
read - Parameters
- none
kosmo integrations:call argocd.argocd_project_get_global_projects '{}' --json kosmo integrations:argocd argocd_project_get_global_projects '{}' --json argocd.argocd_project_list_links
ListLinks returns all deep links for the particular project
read - Parameters
- none
kosmo integrations:call argocd.argocd_project_list_links '{}' --json kosmo integrations:argocd argocd_project_list_links '{}' --json argocd.argocd_project_get_sync_windows_state
GetSchedulesState returns true if there are any active sync syncWindows
read - Parameters
- none
kosmo integrations:call argocd.argocd_project_get_sync_windows_state '{}' --json kosmo integrations:argocd argocd_project_get_sync_windows_state '{}' --json argocd.argocd_project_update
Update updates a project
write - Parameters
- none
kosmo integrations:call argocd.argocd_project_update '{}' --json kosmo integrations:argocd argocd_project_update '{}' --json argocd.argocd_project_create_token
Create a new project token
write - Parameters
- none
kosmo integrations:call argocd.argocd_project_create_token '{}' --json kosmo integrations:argocd argocd_project_create_token '{}' --json argocd.argocd_project_delete_token
Delete a new project token
write - Parameters
- none
kosmo integrations:call argocd.argocd_project_delete_token '{}' --json kosmo integrations:argocd argocd_project_delete_token '{}' --json argocd.argocd_repo_creds_list_repository_credentials
ListRepositoryCredentials gets a list of all configured repository credential sets
read - Parameters
- none
kosmo integrations:call argocd.argocd_repo_creds_list_repository_credentials '{}' --json kosmo integrations:argocd argocd_repo_creds_list_repository_credentials '{}' --json argocd.argocd_repo_creds_create_repository_credentials
CreateRepositoryCredentials creates a new repository credential set
write - Parameters
- none
kosmo integrations:call argocd.argocd_repo_creds_create_repository_credentials '{}' --json kosmo integrations:argocd argocd_repo_creds_create_repository_credentials '{}' --json argocd.argocd_repo_creds_update_repository_credentials
UpdateRepositoryCredentials updates a repository credential set
write - Parameters
- none
kosmo integrations:call argocd.argocd_repo_creds_update_repository_credentials '{}' --json kosmo integrations:argocd argocd_repo_creds_update_repository_credentials '{}' --json argocd.argocd_repo_creds_delete_repository_credentials
DeleteRepositoryCredentials deletes a repository credential set from the configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_repo_creds_delete_repository_credentials '{}' --json kosmo integrations:argocd argocd_repo_creds_delete_repository_credentials '{}' --json argocd.argocd_list_repositories
ListRepositories gets a list of all configured repositories
read - Parameters
- none
kosmo integrations:call argocd.argocd_list_repositories '{}' --json kosmo integrations:argocd argocd_list_repositories '{}' --json argocd.argocd_repository_create_repository
CreateRepository creates a new repository configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_create_repository '{}' --json kosmo integrations:argocd argocd_repository_create_repository '{}' --json argocd.argocd_repository_update_repository
UpdateRepository updates a repository configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_update_repository '{}' --json kosmo integrations:argocd argocd_repository_update_repository '{}' --json argocd.argocd_repository_get
Get returns a repository or its credentials
read - Parameters
- none
kosmo integrations:call argocd.argocd_repository_get '{}' --json kosmo integrations:argocd argocd_repository_get '{}' --json argocd.argocd_repository_delete_repository
DeleteRepository deletes a repository from the configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_delete_repository '{}' --json kosmo integrations:argocd argocd_repository_delete_repository '{}' --json argocd.argocd_repository_list_apps
ListApps returns list of apps in the repo
read - Parameters
- none
kosmo integrations:call argocd.argocd_repository_list_apps '{}' --json kosmo integrations:argocd argocd_repository_list_apps '{}' --json argocd.argocd_repository_get_helm_charts
GetHelmCharts returns list of helm charts in the specified repository
read - Parameters
- none
kosmo integrations:call argocd.argocd_repository_get_helm_charts '{}' --json kosmo integrations:argocd argocd_repository_get_helm_charts '{}' --json argocd.argocd_repository_list_o_c_i_tags
RepositoryServiceListOCITags
read - Parameters
- none
kosmo integrations:call argocd.argocd_repository_list_o_c_i_tags '{}' --json kosmo integrations:argocd argocd_repository_list_o_c_i_tags '{}' --json argocd.argocd_repository_list_refs
RepositoryServiceListRefs
read - Parameters
- none
kosmo integrations:call argocd.argocd_repository_list_refs '{}' --json kosmo integrations:argocd argocd_repository_list_refs '{}' --json argocd.argocd_repository_validate_access
ValidateAccess validates access to a repository with given parameters
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_validate_access '{}' --json kosmo integrations:argocd argocd_repository_validate_access '{}' --json argocd.argocd_repository_get_app_details
GetAppDetails returns application details by given path
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_get_app_details '{}' --json kosmo integrations:argocd argocd_repository_get_app_details '{}' --json argocd.argocd_session_create
Create a new JWT for authentication and set a cookie if using HTTP
write - Parameters
- none
kosmo integrations:call argocd.argocd_session_create '{}' --json kosmo integrations:argocd argocd_session_create '{}' --json argocd.argocd_session_delete
Delete an existing JWT cookie if using HTTP
write - Parameters
- none
kosmo integrations:call argocd.argocd_session_delete '{}' --json kosmo integrations:argocd argocd_session_delete '{}' --json argocd.argocd_get_current_user
Get the current user's info
read - Parameters
- none
kosmo integrations:call argocd.argocd_get_current_user '{}' --json kosmo integrations:argocd argocd_get_current_user '{}' --json argocd.argocd_settings_get
Get returns Argo CD settings
read - Parameters
- none
kosmo integrations:call argocd.argocd_settings_get '{}' --json kosmo integrations:argocd argocd_settings_get '{}' --json argocd.argocd_settings_get_plugins
Get returns Argo CD plugins
read - Parameters
- none
kosmo integrations:call argocd.argocd_settings_get_plugins '{}' --json kosmo integrations:argocd argocd_settings_get_plugins '{}' --json argocd.argocd_application_watch
Watch returns stream of application change events
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_watch '{}' --json kosmo integrations:argocd argocd_application_watch '{}' --json argocd.argocd_application_watch_resource_tree
Watch returns stream of application resource tree
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_watch_resource_tree '{}' --json kosmo integrations:argocd argocd_application_watch_resource_tree '{}' --json argocd.argocd_application_set_watch
ApplicationSetServiceWatch
read - Parameters
- none
kosmo integrations:call argocd.argocd_application_set_watch '{}' --json kosmo integrations:argocd argocd_application_set_watch '{}' --json argocd.argocd_repo_creds_list_write_repository_credentials
ListWriteRepositoryCredentials gets a list of all configured repository credential sets that have write access
read - Parameters
- none
kosmo integrations:call argocd.argocd_repo_creds_list_write_repository_credentials '{}' --json kosmo integrations:argocd argocd_repo_creds_list_write_repository_credentials '{}' --json argocd.argocd_repo_creds_create_write_repository_credentials
CreateWriteRepositoryCredentials creates a new repository credential set with write access
write - Parameters
- none
kosmo integrations:call argocd.argocd_repo_creds_create_write_repository_credentials '{}' --json kosmo integrations:argocd argocd_repo_creds_create_write_repository_credentials '{}' --json argocd.argocd_repo_creds_update_write_repository_credentials
UpdateWriteRepositoryCredentials updates a repository credential set with write access
write - Parameters
- none
kosmo integrations:call argocd.argocd_repo_creds_update_write_repository_credentials '{}' --json kosmo integrations:argocd argocd_repo_creds_update_write_repository_credentials '{}' --json argocd.argocd_repo_creds_delete_write_repository_credentials
DeleteWriteRepositoryCredentials deletes a repository credential set with write access from the configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_repo_creds_delete_write_repository_credentials '{}' --json kosmo integrations:argocd argocd_repo_creds_delete_write_repository_credentials '{}' --json argocd.argocd_repository_list_write_repositories
ListWriteRepositories gets a list of all configured write repositories
read - Parameters
- none
kosmo integrations:call argocd.argocd_repository_list_write_repositories '{}' --json kosmo integrations:argocd argocd_repository_list_write_repositories '{}' --json argocd.argocd_repository_create_write_repository
CreateWriteRepository creates a new write repository configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_create_write_repository '{}' --json kosmo integrations:argocd argocd_repository_create_write_repository '{}' --json argocd.argocd_repository_update_write_repository
UpdateWriteRepository updates a write repository configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_update_write_repository '{}' --json kosmo integrations:argocd argocd_repository_update_write_repository '{}' --json argocd.argocd_repository_get_write
GetWrite returns a repository or its write credentials
read - Parameters
- none
kosmo integrations:call argocd.argocd_repository_get_write '{}' --json kosmo integrations:argocd argocd_repository_get_write '{}' --json argocd.argocd_repository_delete_write_repository
DeleteWriteRepository deletes a write repository from the configuration
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_delete_write_repository '{}' --json kosmo integrations:argocd argocd_repository_delete_write_repository '{}' --json argocd.argocd_repository_validate_write_access
ValidateWriteAccess validates write access to a repository with given parameters
write - Parameters
- none
kosmo integrations:call argocd.argocd_repository_validate_write_access '{}' --json kosmo integrations:argocd argocd_repository_validate_write_access '{}' --json argocd.argocd_version_version
Version returns version information of the API server
read - Parameters
- none
kosmo integrations:call argocd.argocd_version_version '{}' --json kosmo integrations:argocd argocd_version_version '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
argocd.argocd_account_list_accounts 0 parameters
kosmo integrations:schema argocd.argocd_account_list_accounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_account_can_i 0 parameters
kosmo integrations:schema argocd.argocd_account_can_i --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_account_update_password 0 parameters
kosmo integrations:schema argocd.argocd_account_update_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_account_get_account 0 parameters
kosmo integrations:schema argocd.argocd_account_get_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_account_create_token 0 parameters
kosmo integrations:schema argocd.argocd_account_create_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_account_delete_token 0 parameters
kosmo integrations:schema argocd.argocd_account_delete_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_list_applications 0 parameters
kosmo integrations:schema argocd.argocd_list_applications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_create_application 0 parameters
kosmo integrations:schema argocd.argocd_create_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_get_manifests_with_files 0 parameters
kosmo integrations:schema argocd.argocd_application_get_manifests_with_files --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_server_side_diff 0 parameters
kosmo integrations:schema argocd.argocd_application_server_side_diff --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_update 0 parameters
kosmo integrations:schema argocd.argocd_application_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_managed_resources 0 parameters
kosmo integrations:schema argocd.argocd_application_managed_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_resource_tree 0 parameters
kosmo integrations:schema argocd.argocd_application_resource_tree --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_get_application 0 parameters
kosmo integrations:schema argocd.argocd_get_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_delete 0 parameters
kosmo integrations:schema argocd.argocd_application_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_patch 0 parameters
kosmo integrations:schema argocd.argocd_application_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_list_resource_events 0 parameters
kosmo integrations:schema argocd.argocd_application_list_resource_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_list_links 0 parameters
kosmo integrations:schema argocd.argocd_application_list_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_pod_logs2 0 parameters
kosmo integrations:schema argocd.argocd_application_pod_logs2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_get_manifests 0 parameters
kosmo integrations:schema argocd.argocd_application_get_manifests --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_terminate_operation 0 parameters
kosmo integrations:schema argocd.argocd_application_terminate_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_pod_logs 0 parameters
kosmo integrations:schema argocd.argocd_application_pod_logs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_get_resource 0 parameters
kosmo integrations:schema argocd.argocd_application_get_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_patch_resource 0 parameters
kosmo integrations:schema argocd.argocd_application_patch_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_delete_resource 0 parameters
kosmo integrations:schema argocd.argocd_application_delete_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_list_resource_actions 0 parameters
kosmo integrations:schema argocd.argocd_application_list_resource_actions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_run_resource_action 0 parameters
kosmo integrations:schema argocd.argocd_application_run_resource_action --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_run_resource_action_v2 0 parameters
kosmo integrations:schema argocd.argocd_application_run_resource_action_v2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_list_resource_links 0 parameters
kosmo integrations:schema argocd.argocd_application_list_resource_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_revision_chart_details 0 parameters
kosmo integrations:schema argocd.argocd_application_revision_chart_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_revision_metadata 0 parameters
kosmo integrations:schema argocd.argocd_application_revision_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_get_o_c_i_metadata 0 parameters
kosmo integrations:schema argocd.argocd_application_get_o_c_i_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_rollback 0 parameters
kosmo integrations:schema argocd.argocd_application_rollback --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_update_spec 0 parameters
kosmo integrations:schema argocd.argocd_application_update_spec --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_sync 0 parameters
kosmo integrations:schema argocd.argocd_application_sync --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_get_application_sync_windows 0 parameters
kosmo integrations:schema argocd.argocd_application_get_application_sync_windows --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_set_list 0 parameters
kosmo integrations:schema argocd.argocd_application_set_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_set_create 0 parameters
kosmo integrations:schema argocd.argocd_application_set_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_set_generate 0 parameters
kosmo integrations:schema argocd.argocd_application_set_generate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_set_get 0 parameters
kosmo integrations:schema argocd.argocd_application_set_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_set_delete 0 parameters
kosmo integrations:schema argocd.argocd_application_set_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_set_list_resource_events 0 parameters
kosmo integrations:schema argocd.argocd_application_set_list_resource_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_set_resource_tree 0 parameters
kosmo integrations:schema argocd.argocd_application_set_resource_tree --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_certificate_list_certificates 0 parameters
kosmo integrations:schema argocd.argocd_certificate_list_certificates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_certificate_create_certificate 0 parameters
kosmo integrations:schema argocd.argocd_certificate_create_certificate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_certificate_delete_certificate 0 parameters
kosmo integrations:schema argocd.argocd_certificate_delete_certificate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_cluster_list 0 parameters
kosmo integrations:schema argocd.argocd_cluster_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_cluster_create 0 parameters
kosmo integrations:schema argocd.argocd_cluster_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_cluster_get 0 parameters
kosmo integrations:schema argocd.argocd_cluster_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_cluster_update 0 parameters
kosmo integrations:schema argocd.argocd_cluster_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_cluster_delete 0 parameters
kosmo integrations:schema argocd.argocd_cluster_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_cluster_invalidate_cache 0 parameters
kosmo integrations:schema argocd.argocd_cluster_invalidate_cache --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_cluster_rotate_auth 0 parameters
kosmo integrations:schema argocd.argocd_cluster_rotate_auth --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_g_p_g_key_list 0 parameters
kosmo integrations:schema argocd.argocd_g_p_g_key_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_g_p_g_key_create 0 parameters
kosmo integrations:schema argocd.argocd_g_p_g_key_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_g_p_g_key_delete 0 parameters
kosmo integrations:schema argocd.argocd_g_p_g_key_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_g_p_g_key_get 0 parameters
kosmo integrations:schema argocd.argocd_g_p_g_key_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_notification_list_services 0 parameters
kosmo integrations:schema argocd.argocd_notification_list_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_notification_list_templates 0 parameters
kosmo integrations:schema argocd.argocd_notification_list_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_notification_list_triggers 0 parameters
kosmo integrations:schema argocd.argocd_notification_list_triggers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_list_projects 0 parameters
kosmo integrations:schema argocd.argocd_list_projects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_create 0 parameters
kosmo integrations:schema argocd.argocd_project_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_get_project 0 parameters
kosmo integrations:schema argocd.argocd_get_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_delete 0 parameters
kosmo integrations:schema argocd.argocd_project_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_get_detailed_project 0 parameters
kosmo integrations:schema argocd.argocd_project_get_detailed_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_list_events 0 parameters
kosmo integrations:schema argocd.argocd_project_list_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_get_global_projects 0 parameters
kosmo integrations:schema argocd.argocd_project_get_global_projects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_list_links 0 parameters
kosmo integrations:schema argocd.argocd_project_list_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_get_sync_windows_state 0 parameters
kosmo integrations:schema argocd.argocd_project_get_sync_windows_state --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_update 0 parameters
kosmo integrations:schema argocd.argocd_project_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_create_token 0 parameters
kosmo integrations:schema argocd.argocd_project_create_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_project_delete_token 0 parameters
kosmo integrations:schema argocd.argocd_project_delete_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repo_creds_list_repository_credentials 0 parameters
kosmo integrations:schema argocd.argocd_repo_creds_list_repository_credentials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repo_creds_create_repository_credentials 0 parameters
kosmo integrations:schema argocd.argocd_repo_creds_create_repository_credentials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repo_creds_update_repository_credentials 0 parameters
kosmo integrations:schema argocd.argocd_repo_creds_update_repository_credentials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repo_creds_delete_repository_credentials 0 parameters
kosmo integrations:schema argocd.argocd_repo_creds_delete_repository_credentials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_list_repositories 0 parameters
kosmo integrations:schema argocd.argocd_list_repositories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_create_repository 0 parameters
kosmo integrations:schema argocd.argocd_repository_create_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_update_repository 0 parameters
kosmo integrations:schema argocd.argocd_repository_update_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_get 0 parameters
kosmo integrations:schema argocd.argocd_repository_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_delete_repository 0 parameters
kosmo integrations:schema argocd.argocd_repository_delete_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_list_apps 0 parameters
kosmo integrations:schema argocd.argocd_repository_list_apps --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_get_helm_charts 0 parameters
kosmo integrations:schema argocd.argocd_repository_get_helm_charts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_list_o_c_i_tags 0 parameters
kosmo integrations:schema argocd.argocd_repository_list_o_c_i_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_list_refs 0 parameters
kosmo integrations:schema argocd.argocd_repository_list_refs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_validate_access 0 parameters
kosmo integrations:schema argocd.argocd_repository_validate_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_get_app_details 0 parameters
kosmo integrations:schema argocd.argocd_repository_get_app_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_session_create 0 parameters
kosmo integrations:schema argocd.argocd_session_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_session_delete 0 parameters
kosmo integrations:schema argocd.argocd_session_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_get_current_user 0 parameters
kosmo integrations:schema argocd.argocd_get_current_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_settings_get 0 parameters
kosmo integrations:schema argocd.argocd_settings_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_settings_get_plugins 0 parameters
kosmo integrations:schema argocd.argocd_settings_get_plugins --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_watch 0 parameters
kosmo integrations:schema argocd.argocd_application_watch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_watch_resource_tree 0 parameters
kosmo integrations:schema argocd.argocd_application_watch_resource_tree --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_application_set_watch 0 parameters
kosmo integrations:schema argocd.argocd_application_set_watch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repo_creds_list_write_repository_credentials 0 parameters
kosmo integrations:schema argocd.argocd_repo_creds_list_write_repository_credentials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repo_creds_create_write_repository_credentials 0 parameters
kosmo integrations:schema argocd.argocd_repo_creds_create_write_repository_credentials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repo_creds_update_write_repository_credentials 0 parameters
kosmo integrations:schema argocd.argocd_repo_creds_update_write_repository_credentials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repo_creds_delete_write_repository_credentials 0 parameters
kosmo integrations:schema argocd.argocd_repo_creds_delete_write_repository_credentials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_list_write_repositories 0 parameters
kosmo integrations:schema argocd.argocd_repository_list_write_repositories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_create_write_repository 0 parameters
kosmo integrations:schema argocd.argocd_repository_create_write_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_update_write_repository 0 parameters
kosmo integrations:schema argocd.argocd_repository_update_write_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_get_write 0 parameters
kosmo integrations:schema argocd.argocd_repository_get_write --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_delete_write_repository 0 parameters
kosmo integrations:schema argocd.argocd_repository_delete_write_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_repository_validate_write_access 0 parameters
kosmo integrations:schema argocd.argocd_repository_validate_write_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
argocd.argocd_version_version 0 parameters
kosmo integrations:schema argocd.argocd_version_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.