diff --git a/plugins/admin/manifest.json b/plugins/admin/manifest.json index 805a5e5..43882f0 100644 --- a/plugins/admin/manifest.json +++ b/plugins/admin/manifest.json @@ -54,5 +54,6 @@ "sha256": "a3f7bba9abbf9c936bbc396ff8015d8d9277aafa59031939c7851390080e8b8d", "url": "https://github.com/GoCodeAlone/workflow-plugin-admin/releases/download/v1.0.0/workflow-plugin-admin-linux-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/analytics/manifest.json b/plugins/analytics/manifest.json index f04e196..64eaa2f 100644 --- a/plugins/analytics/manifest.json +++ b/plugins/analytics/manifest.json @@ -63,5 +63,6 @@ "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-analytics/releases/download/v0.1.2/workflow-plugin-analytics-windows-amd64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/approval/manifest.json b/plugins/approval/manifest.json index b585193..4589585 100644 --- a/plugins/approval/manifest.json +++ b/plugins/approval/manifest.json @@ -10,9 +10,17 @@ "minEngineVersion": "1.13.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-approval", "repository": "https://github.com/GoCodeAlone/workflow-plugin-approval", - "keywords": ["approval", "human-in-the-loop", "state-machine", "review", "workflow"], + "keywords": [ + "approval", + "human-in-the-loop", + "state-machine", + "review", + "workflow" + ], "capabilities": { - "moduleTypes": ["approval.engine"], + "moduleTypes": [ + "approval.engine" + ], "stepTypes": [ "step.approval_request", "step.approval_check", @@ -23,5 +31,6 @@ ], "triggerTypes": [] }, - "downloads": [] + "downloads": [], + "status": "experimental" } diff --git a/plugins/audit-chain/manifest.json b/plugins/audit-chain/manifest.json index f32232c..ae321bc 100644 --- a/plugins/audit-chain/manifest.json +++ b/plugins/audit-chain/manifest.json @@ -1,67 +1,68 @@ { - "name": "workflow-plugin-audit-chain", - "version": "0.1.0", - "description": "Tamper-evident hash-chained audit logging with periodic Merkle root anchoring (OpenTimestamps/Bitcoin, git, Sigstore)", - "author": "GoCodeAlone", - "license": "MIT", - "type": "external", - "tier": "community", - "private": false, - "minEngineVersion": "0.20.0", - "keywords": [ - "audit", - "hash-chain", - "merkle", - "opentimestamps", - "tamper-evident" + "name": "workflow-plugin-audit-chain", + "version": "0.1.0", + "description": "Tamper-evident hash-chained audit logging with periodic Merkle root anchoring (OpenTimestamps/Bitcoin, git, Sigstore)", + "author": "GoCodeAlone", + "license": "MIT", + "type": "external", + "tier": "community", + "private": false, + "minEngineVersion": "0.20.0", + "keywords": [ + "audit", + "hash-chain", + "merkle", + "opentimestamps", + "tamper-evident" + ], + "homepage": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain", + "repository": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain", + "capabilities": { + "moduleTypes": [ + "audit.ledger", + "audit.anchor_provider.opentimestamps", + "audit.anchor_provider.git", + "audit.anchor_provider.sigstore" ], - "homepage": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain", - "repository": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain", - "capabilities": { - "moduleTypes": [ - "audit.ledger", - "audit.anchor_provider.opentimestamps", - "audit.anchor_provider.git", - "audit.anchor_provider.sigstore" - ], - "stepTypes": [ - "step.audit.append", - "step.audit.verify", - "step.audit.merkle_root", - "step.audit.anchor", - "step.audit.poll_anchor_confirmation", - "step.audit.proof", - "step.audit.public_receipt" - ], - "triggerTypes": [ - "trigger.audit.entry_appended" - ] - }, - "downloads": [ - { - "os": "linux", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-linux-amd64.tar.gz" - }, - { - "os": "linux", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-linux-arm64.tar.gz" - }, - { - "os": "darwin", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-darwin-amd64.tar.gz" - }, - { - "os": "darwin", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-darwin-arm64.tar.gz" - }, - { - "os": "windows", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-windows-amd64.tar.gz" - } + "stepTypes": [ + "step.audit.append", + "step.audit.verify", + "step.audit.merkle_root", + "step.audit.anchor", + "step.audit.poll_anchor_confirmation", + "step.audit.proof", + "step.audit.public_receipt" + ], + "triggerTypes": [ + "trigger.audit.entry_appended" ] -} \ No newline at end of file + }, + "downloads": [ + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-linux-amd64.tar.gz" + }, + { + "os": "linux", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-linux-arm64.tar.gz" + }, + { + "os": "darwin", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-darwin-amd64.tar.gz" + }, + { + "os": "darwin", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-darwin-arm64.tar.gz" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-audit-chain/releases/download/v0.1.0/workflow-plugin-audit-chain-windows-amd64.tar.gz" + } + ], + "status": "verified" +} diff --git a/plugins/audit/manifest.json b/plugins/audit/manifest.json index 9ac1aa5..6628b96 100644 --- a/plugins/audit/manifest.json +++ b/plugins/audit/manifest.json @@ -10,9 +10,20 @@ "minEngineVersion": "1.13.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-audit", "repository": "https://github.com/GoCodeAlone/workflow-plugin-audit", - "keywords": ["audit", "compliance", "logging", "eventbus", "s3", "governance"], + "keywords": [ + "audit", + "compliance", + "logging", + "eventbus", + "s3", + "governance" + ], "capabilities": { - "moduleTypes": ["audit.collector", "audit.sink.s3", "audit.sink.db"], + "moduleTypes": [ + "audit.collector", + "audit.sink.s3", + "audit.sink.db" + ], "stepTypes": [ "step.audit_query", "step.audit_export", @@ -20,5 +31,6 @@ ], "triggerTypes": [] }, - "downloads": [] + "downloads": [], + "status": "experimental" } diff --git a/plugins/authz/manifest.json b/plugins/authz/manifest.json index 5c485ea..3809972 100644 --- a/plugins/authz/manifest.json +++ b/plugins/authz/manifest.json @@ -56,5 +56,6 @@ "sha256": "e8c881a34068e7849a7f4bc4fc55c87e1927684c96d3a9269a23b517a8e24949", "url": "https://github.com/GoCodeAlone/workflow-plugin-authz/releases/download/v0.5.3/workflow-plugin-authz-linux-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/aws/manifest.json b/plugins/aws/manifest.json index 8f134d2..df54144 100644 --- a/plugins/aws/manifest.json +++ b/plugins/aws/manifest.json @@ -55,5 +55,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-aws/releases/download/v2.0.0/workflow-plugin-aws-darwin-arm64.tar.gz" } - ] -} \ No newline at end of file + ], + "status": "experimental" +} diff --git a/plugins/azure/manifest.json b/plugins/azure/manifest.json index 17db857..07182cd 100644 --- a/plugins/azure/manifest.json +++ b/plugins/azure/manifest.json @@ -53,5 +53,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-azure/releases/download/v2.0.0/workflow-plugin-azure-darwin-arm64.tar.gz" } - ] -} \ No newline at end of file + ], + "status": "experimental" +} diff --git a/plugins/bento/manifest.json b/plugins/bento/manifest.json index c0b47dd..b6b0d7a 100644 --- a/plugins/bento/manifest.json +++ b/plugins/bento/manifest.json @@ -11,11 +11,35 @@ "minEngineVersion": "0.3.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-bento", "repository": "https://github.com/GoCodeAlone/workflow-plugin-bento", - "keywords": ["bento", "benthos", "streaming", "kafka", "sqs", "pubsub", "redis", "amqp", "mqtt", "s3", "kinesis", "nats", "etl", "bloblang"], + "keywords": [ + "bento", + "benthos", + "streaming", + "kafka", + "sqs", + "pubsub", + "redis", + "amqp", + "mqtt", + "s3", + "kinesis", + "nats", + "etl", + "bloblang" + ], "capabilities": { - "moduleTypes": ["bento.stream", "bento.input", "bento.output", "bento.broker"], - "stepTypes": ["step.bento"], - "triggerTypes": ["bento"], + "moduleTypes": [ + "bento.stream", + "bento.input", + "bento.output", + "bento.broker" + ], + "stepTypes": [ + "step.bento" + ], + "triggerTypes": [ + "bento" + ], "workflowHandlers": [] }, "assets": { @@ -43,5 +67,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-bento/releases/download/v1.1.2/workflow-plugin-bento-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/ci-generator/manifest.json b/plugins/ci-generator/manifest.json index 1ac6fc5..866991d 100644 --- a/plugins/ci-generator/manifest.json +++ b/plugins/ci-generator/manifest.json @@ -56,5 +56,6 @@ "sha256": "be0fbfe98e4854d47ecbc15bbc71f6ffcebf22cddfd29801415c95d64318f6b7", "url": "https://github.com/GoCodeAlone/workflow-plugin-ci-generator/releases/download/v0.1.3/workflow-plugin-ci-generator-linux-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/cicd/manifest.json b/plugins/cicd/manifest.json index 53ee688..2dcc17d 100644 --- a/plugins/cicd/manifest.json +++ b/plugins/cicd/manifest.json @@ -8,11 +8,28 @@ "tier": "core", "license": "MIT", "minEngineVersion": "0.5.0", - "keywords": ["cicd", "ci", "cd", "git", "docker", "shell", "codebuild", "scanning", "artifacts", "deployment", "rolling", "blue-green", "canary", "container"], + "keywords": [ + "cicd", + "ci", + "cd", + "git", + "docker", + "shell", + "codebuild", + "scanning", + "artifacts", + "deployment", + "rolling", + "blue-green", + "canary", + "container" + ], "homepage": "https://github.com/GoCodeAlone/workflow-plugin-cicd", "repository": "https://github.com/GoCodeAlone/workflow-plugin-cicd", "capabilities": { - "moduleTypes": ["aws.codebuild"], + "moduleTypes": [ + "aws.codebuild" + ], "stepTypes": [ "step.shell_exec", "step.artifact_pull", @@ -48,5 +65,6 @@ ], "triggerTypes": [], "workflowHandlers": [] - } + }, + "status": "experimental" } diff --git a/plugins/crm/manifest.json b/plugins/crm/manifest.json index 90a8884..f1b3c2a 100644 --- a/plugins/crm/manifest.json +++ b/plugins/crm/manifest.json @@ -10,9 +10,18 @@ "minEngineVersion": "1.13.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-crm", "repository": "https://github.com/GoCodeAlone/workflow-plugin-crm", - "keywords": ["crm", "salesforce", "contacts", "leads", "deals", "records"], + "keywords": [ + "crm", + "salesforce", + "contacts", + "leads", + "deals", + "records" + ], "capabilities": { - "moduleTypes": ["crm.provider"], + "moduleTypes": [ + "crm.provider" + ], "stepTypes": [ "step.crm_create_record", "step.crm_get_record", @@ -27,5 +36,6 @@ ], "triggerTypes": [] }, - "downloads": [] + "downloads": [], + "status": "experimental" } diff --git a/plugins/data-engineering/manifest.json b/plugins/data-engineering/manifest.json index e5e8ed2..da6c3d4 100644 --- a/plugins/data-engineering/manifest.json +++ b/plugins/data-engineering/manifest.json @@ -154,5 +154,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-data-engineering/releases/download/v0.3.1/workflow-plugin-data-engineering-darwin-arm64.tar.gz" } - ] -} \ No newline at end of file + ], + "status": "experimental" +} diff --git a/plugins/datadog/manifest.json b/plugins/datadog/manifest.json index 4d93cb9..4c48e9d 100644 --- a/plugins/datadog/manifest.json +++ b/plugins/datadog/manifest.json @@ -10,46 +10,169 @@ "minEngineVersion": "0.3.30", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-datadog", "repository": "https://github.com/GoCodeAlone/workflow-plugin-datadog", - "keywords": ["datadog", "monitoring", "observability", "metrics", "logs", "apm", "synthetics"], + "keywords": [ + "datadog", + "monitoring", + "observability", + "metrics", + "logs", + "apm", + "synthetics" + ], "capabilities": { - "moduleTypes": ["datadog.provider"], + "moduleTypes": [ + "datadog.provider" + ], "stepTypes": [ - "step.datadog_metric_submit", "step.datadog_metric_query", "step.datadog_metric_query_scalar", "step.datadog_metric_metadata_get", "step.datadog_metric_metadata_update", "step.datadog_metric_list_active", - "step.datadog_metric_tag_config_create", "step.datadog_metric_tag_config_update", "step.datadog_metric_tag_config_delete", "step.datadog_metric_tag_config_list", - "step.datadog_event_create", "step.datadog_event_get", "step.datadog_event_list", "step.datadog_event_search", - "step.datadog_monitor_create", "step.datadog_monitor_get", "step.datadog_monitor_update", "step.datadog_monitor_delete", "step.datadog_monitor_list", "step.datadog_monitor_search", "step.datadog_monitor_validate", - "step.datadog_dashboard_create", "step.datadog_dashboard_get", "step.datadog_dashboard_update", "step.datadog_dashboard_delete", "step.datadog_dashboard_list", - "step.datadog_log_submit", "step.datadog_log_search", "step.datadog_log_aggregate", - "step.datadog_log_archive_create", "step.datadog_log_archive_list", "step.datadog_log_archive_delete", - "step.datadog_log_pipeline_create", "step.datadog_log_pipeline_list", "step.datadog_log_pipeline_delete", - "step.datadog_synthetics_test_create", "step.datadog_synthetics_test_get", "step.datadog_synthetics_test_update", "step.datadog_synthetics_test_delete", "step.datadog_synthetics_test_list", - "step.datadog_synthetics_test_trigger", "step.datadog_synthetics_results_get", - "step.datadog_synthetics_global_var_create", "step.datadog_synthetics_global_var_list", "step.datadog_synthetics_global_var_delete", - "step.datadog_slo_create", "step.datadog_slo_get", "step.datadog_slo_update", "step.datadog_slo_delete", "step.datadog_slo_list", "step.datadog_slo_search", "step.datadog_slo_history_get", - "step.datadog_downtime_create", "step.datadog_downtime_get", "step.datadog_downtime_update", "step.datadog_downtime_cancel", "step.datadog_downtime_list", - "step.datadog_incident_create", "step.datadog_incident_get", "step.datadog_incident_update", "step.datadog_incident_delete", "step.datadog_incident_list", - "step.datadog_incident_todo_create", "step.datadog_incident_todo_update", "step.datadog_incident_todo_delete", - "step.datadog_security_rule_create", "step.datadog_security_rule_get", "step.datadog_security_rule_update", "step.datadog_security_rule_delete", "step.datadog_security_rule_list", - "step.datadog_security_signal_list", "step.datadog_security_signal_state_update", - "step.datadog_user_create", "step.datadog_user_get", "step.datadog_user_update", "step.datadog_user_disable", "step.datadog_user_list", "step.datadog_user_invite", - "step.datadog_role_create", "step.datadog_role_get", "step.datadog_role_update", "step.datadog_role_delete", "step.datadog_role_list", "step.datadog_role_permission_add", "step.datadog_role_permission_remove", - "step.datadog_team_create", "step.datadog_team_get", "step.datadog_team_update", "step.datadog_team_delete", "step.datadog_team_list", "step.datadog_team_member_add", "step.datadog_team_member_remove", - "step.datadog_api_key_create", "step.datadog_api_key_get", "step.datadog_api_key_update", "step.datadog_api_key_delete", "step.datadog_api_key_list", - "step.datadog_app_key_create", "step.datadog_app_key_list", "step.datadog_app_key_delete", - "step.datadog_notebook_create", "step.datadog_notebook_get", "step.datadog_notebook_update", "step.datadog_notebook_delete", "step.datadog_notebook_list", - "step.datadog_host_list", "step.datadog_host_mute", "step.datadog_host_unmute", "step.datadog_host_totals_get", - "step.datadog_tags_get", "step.datadog_tags_update", "step.datadog_tags_delete", "step.datadog_tags_list", - "step.datadog_service_definition_upsert", "step.datadog_service_definition_get", "step.datadog_service_definition_delete", "step.datadog_service_definition_list", - "step.datadog_apm_retention_filter_create", "step.datadog_apm_retention_filter_update", "step.datadog_apm_retention_filter_delete", "step.datadog_apm_retention_filter_list", - "step.datadog_span_search", "step.datadog_span_aggregate", - "step.datadog_audit_log_search", "step.datadog_audit_log_list" + "step.datadog_metric_submit", + "step.datadog_metric_query", + "step.datadog_metric_query_scalar", + "step.datadog_metric_metadata_get", + "step.datadog_metric_metadata_update", + "step.datadog_metric_list_active", + "step.datadog_metric_tag_config_create", + "step.datadog_metric_tag_config_update", + "step.datadog_metric_tag_config_delete", + "step.datadog_metric_tag_config_list", + "step.datadog_event_create", + "step.datadog_event_get", + "step.datadog_event_list", + "step.datadog_event_search", + "step.datadog_monitor_create", + "step.datadog_monitor_get", + "step.datadog_monitor_update", + "step.datadog_monitor_delete", + "step.datadog_monitor_list", + "step.datadog_monitor_search", + "step.datadog_monitor_validate", + "step.datadog_dashboard_create", + "step.datadog_dashboard_get", + "step.datadog_dashboard_update", + "step.datadog_dashboard_delete", + "step.datadog_dashboard_list", + "step.datadog_log_submit", + "step.datadog_log_search", + "step.datadog_log_aggregate", + "step.datadog_log_archive_create", + "step.datadog_log_archive_list", + "step.datadog_log_archive_delete", + "step.datadog_log_pipeline_create", + "step.datadog_log_pipeline_list", + "step.datadog_log_pipeline_delete", + "step.datadog_synthetics_test_create", + "step.datadog_synthetics_test_get", + "step.datadog_synthetics_test_update", + "step.datadog_synthetics_test_delete", + "step.datadog_synthetics_test_list", + "step.datadog_synthetics_test_trigger", + "step.datadog_synthetics_results_get", + "step.datadog_synthetics_global_var_create", + "step.datadog_synthetics_global_var_list", + "step.datadog_synthetics_global_var_delete", + "step.datadog_slo_create", + "step.datadog_slo_get", + "step.datadog_slo_update", + "step.datadog_slo_delete", + "step.datadog_slo_list", + "step.datadog_slo_search", + "step.datadog_slo_history_get", + "step.datadog_downtime_create", + "step.datadog_downtime_get", + "step.datadog_downtime_update", + "step.datadog_downtime_cancel", + "step.datadog_downtime_list", + "step.datadog_incident_create", + "step.datadog_incident_get", + "step.datadog_incident_update", + "step.datadog_incident_delete", + "step.datadog_incident_list", + "step.datadog_incident_todo_create", + "step.datadog_incident_todo_update", + "step.datadog_incident_todo_delete", + "step.datadog_security_rule_create", + "step.datadog_security_rule_get", + "step.datadog_security_rule_update", + "step.datadog_security_rule_delete", + "step.datadog_security_rule_list", + "step.datadog_security_signal_list", + "step.datadog_security_signal_state_update", + "step.datadog_user_create", + "step.datadog_user_get", + "step.datadog_user_update", + "step.datadog_user_disable", + "step.datadog_user_list", + "step.datadog_user_invite", + "step.datadog_role_create", + "step.datadog_role_get", + "step.datadog_role_update", + "step.datadog_role_delete", + "step.datadog_role_list", + "step.datadog_role_permission_add", + "step.datadog_role_permission_remove", + "step.datadog_team_create", + "step.datadog_team_get", + "step.datadog_team_update", + "step.datadog_team_delete", + "step.datadog_team_list", + "step.datadog_team_member_add", + "step.datadog_team_member_remove", + "step.datadog_api_key_create", + "step.datadog_api_key_get", + "step.datadog_api_key_update", + "step.datadog_api_key_delete", + "step.datadog_api_key_list", + "step.datadog_app_key_create", + "step.datadog_app_key_list", + "step.datadog_app_key_delete", + "step.datadog_notebook_create", + "step.datadog_notebook_get", + "step.datadog_notebook_update", + "step.datadog_notebook_delete", + "step.datadog_notebook_list", + "step.datadog_host_list", + "step.datadog_host_mute", + "step.datadog_host_unmute", + "step.datadog_host_totals_get", + "step.datadog_tags_get", + "step.datadog_tags_update", + "step.datadog_tags_delete", + "step.datadog_tags_list", + "step.datadog_service_definition_upsert", + "step.datadog_service_definition_get", + "step.datadog_service_definition_delete", + "step.datadog_service_definition_list", + "step.datadog_apm_retention_filter_create", + "step.datadog_apm_retention_filter_update", + "step.datadog_apm_retention_filter_delete", + "step.datadog_apm_retention_filter_list", + "step.datadog_span_search", + "step.datadog_span_aggregate", + "step.datadog_audit_log_search", + "step.datadog_audit_log_list" ], "triggerTypes": [] }, "downloads": [ - {"os": "linux", "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-datadog/releases/download/v0.1.1/workflow-plugin-datadog-linux-amd64.tar.gz"}, - {"os": "linux", "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-datadog/releases/download/v0.1.1/workflow-plugin-datadog-linux-arm64.tar.gz"}, - {"os": "darwin", "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-datadog/releases/download/v0.1.1/workflow-plugin-datadog-darwin-amd64.tar.gz"}, - {"os": "darwin", "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-datadog/releases/download/v0.1.1/workflow-plugin-datadog-darwin-arm64.tar.gz"} - ] + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-datadog/releases/download/v0.1.1/workflow-plugin-datadog-linux-amd64.tar.gz" + }, + { + "os": "linux", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-datadog/releases/download/v0.1.1/workflow-plugin-datadog-linux-arm64.tar.gz" + }, + { + "os": "darwin", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-datadog/releases/download/v0.1.1/workflow-plugin-datadog-darwin-amd64.tar.gz" + }, + { + "os": "darwin", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-datadog/releases/download/v0.1.1/workflow-plugin-datadog-darwin-arm64.tar.gz" + } + ], + "status": "experimental" } diff --git a/plugins/digitalocean/manifest.json b/plugins/digitalocean/manifest.json index b87fcca..b46da0c 100644 --- a/plugins/digitalocean/manifest.json +++ b/plugins/digitalocean/manifest.json @@ -126,5 +126,6 @@ "sha256": "384e341bda69bbbaa47aad91d51734ecfa65f693a302f945c95d3e94b4705bb3", "url": "https://github.com/GoCodeAlone/workflow-plugin-digitalocean/releases/download/v2.0.0/workflow-plugin-digitalocean-linux-arm64.tar.gz" } - ] + ], + "status": "verified" } diff --git a/plugins/discord/manifest.json b/plugins/discord/manifest.json index f662366..8c32bae 100644 --- a/plugins/discord/manifest.json +++ b/plugins/discord/manifest.json @@ -10,9 +10,18 @@ "minEngineVersion": "0.1.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-discord", "repository": "https://github.com/GoCodeAlone/workflow-plugin-discord", - "keywords": ["discord", "messaging", "bot", "voice", "chat", "notifications"], + "keywords": [ + "discord", + "messaging", + "bot", + "voice", + "chat", + "notifications" + ], "capabilities": { - "moduleTypes": ["discord.provider"], + "moduleTypes": [ + "discord.provider" + ], "stepTypes": [ "step.discord_send_message", "step.discord_send_embed", @@ -25,7 +34,9 @@ "step.discord_voice_leave", "step.discord_voice_play" ], - "triggerTypes": ["trigger.discord"], + "triggerTypes": [ + "trigger.discord" + ], "workflowHandlers": [] }, "downloads": [ @@ -49,5 +60,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.1/workflow-plugin-discord-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/erp/manifest.json b/plugins/erp/manifest.json index 70aee2b..201e1ba 100644 --- a/plugins/erp/manifest.json +++ b/plugins/erp/manifest.json @@ -10,9 +10,18 @@ "minEngineVersion": "1.13.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-erp", "repository": "https://github.com/GoCodeAlone/workflow-plugin-erp", - "keywords": ["erp", "sap", "odata", "enterprise", "business-objects", "integration"], + "keywords": [ + "erp", + "sap", + "odata", + "enterprise", + "business-objects", + "integration" + ], "capabilities": { - "moduleTypes": ["erp.provider"], + "moduleTypes": [ + "erp.provider" + ], "stepTypes": [ "step.erp_read_entity", "step.erp_create_entity", @@ -26,5 +35,6 @@ ], "triggerTypes": [] }, - "downloads": [] + "downloads": [], + "status": "experimental" } diff --git a/plugins/eventbus/manifest.json b/plugins/eventbus/manifest.json index c161ffa..d428598 100644 --- a/plugins/eventbus/manifest.json +++ b/plugins/eventbus/manifest.json @@ -1,64 +1,65 @@ { - "name": "workflow-plugin-eventbus", - "version": "0.2.0", - "description": "Provisions durable event-bus clusters (NATS / Kafka / Kinesis) as IaC and exposes typed pipeline steps for publish / consume operations.", - "author": "GoCodeAlone", - "license": "MIT", - "type": "external", - "tier": "community", - "private": false, - "minEngineVersion": "0.20.0", - "keywords": [ - "eventbus", - "nats", - "kafka", - "kinesis", - "iac", - "infra", - "jetstream" + "name": "workflow-plugin-eventbus", + "version": "0.2.0", + "description": "Provisions durable event-bus clusters (NATS / Kafka / Kinesis) as IaC and exposes typed pipeline steps for publish / consume operations.", + "author": "GoCodeAlone", + "license": "MIT", + "type": "external", + "tier": "community", + "private": false, + "minEngineVersion": "0.20.0", + "keywords": [ + "eventbus", + "nats", + "kafka", + "kinesis", + "iac", + "infra", + "jetstream" + ], + "homepage": "https://github.com/GoCodeAlone/workflow-plugin-eventbus", + "repository": "https://github.com/GoCodeAlone/workflow-plugin-eventbus", + "capabilities": { + "moduleTypes": [ + "eventbus.broker", + "eventbus.stream", + "eventbus.consumer" ], - "homepage": "https://github.com/GoCodeAlone/workflow-plugin-eventbus", - "repository": "https://github.com/GoCodeAlone/workflow-plugin-eventbus", - "capabilities": { - "moduleTypes": [ - "eventbus.broker", - "eventbus.stream", - "eventbus.consumer" - ], - "stepTypes": [ - "step.eventbus.publish", - "step.eventbus.consume", - "step.eventbus.ack" - ], - "triggerTypes": [ - "trigger.eventbus.subscribe" - ] - }, - "downloads": [ - { - "os": "linux", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-linux-amd64.tar.gz" - }, - { - "os": "linux", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-linux-arm64.tar.gz" - }, - { - "os": "darwin", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-darwin-amd64.tar.gz" - }, - { - "os": "darwin", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-darwin-arm64.tar.gz" - }, - { - "os": "windows", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-windows-amd64.tar.gz" - } + "stepTypes": [ + "step.eventbus.publish", + "step.eventbus.consume", + "step.eventbus.ack" + ], + "triggerTypes": [ + "trigger.eventbus.subscribe" ] -} \ No newline at end of file + }, + "downloads": [ + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-linux-amd64.tar.gz" + }, + { + "os": "linux", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-linux-arm64.tar.gz" + }, + { + "os": "darwin", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-darwin-amd64.tar.gz" + }, + { + "os": "darwin", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-darwin-arm64.tar.gz" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-eventbus/releases/download/v0.2.0/workflow-plugin-eventbus-windows-amd64.tar.gz" + } + ], + "status": "verified" +} diff --git a/plugins/gcp/manifest.json b/plugins/gcp/manifest.json index a2f12da..faf960f 100644 --- a/plugins/gcp/manifest.json +++ b/plugins/gcp/manifest.json @@ -51,5 +51,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-gcp/releases/download/v2.0.0/workflow-plugin-gcp-darwin-arm64.tar.gz" } - ] -} \ No newline at end of file + ], + "status": "experimental" +} diff --git a/plugins/github/manifest.json b/plugins/github/manifest.json index cb8105e..0acb4e5 100644 --- a/plugins/github/manifest.json +++ b/plugins/github/manifest.json @@ -88,5 +88,6 @@ "sha256": "e082ee47077d902ca5c8bebc984bba1b48bc6f74f46daf3158faeb73a0346e5c", "url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.3/workflow-plugin-github-windows-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/gitlab/manifest.json b/plugins/gitlab/manifest.json index 4bc5c1e..92d20e2 100644 --- a/plugins/gitlab/manifest.json +++ b/plugins/gitlab/manifest.json @@ -10,9 +10,20 @@ "minEngineVersion": "0.2.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-gitlab", "repository": "https://github.com/GoCodeAlone/workflow-plugin-gitlab", - "keywords": ["gitlab", "webhook", "git", "ci", "cd", "pipeline", "merge-request", "integration"], + "keywords": [ + "gitlab", + "webhook", + "git", + "ci", + "cd", + "pipeline", + "merge-request", + "integration" + ], "capabilities": { - "moduleTypes": ["git.webhook"], + "moduleTypes": [ + "git.webhook" + ], "stepTypes": [ "step.gitlab_trigger_pipeline", "step.gitlab_pipeline_status", @@ -47,5 +58,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-gitlab/releases/download/v1.0.1/workflow-plugin-gitlab-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/launchdarkly/manifest.json b/plugins/launchdarkly/manifest.json index 894801d..c08ad34 100644 --- a/plugins/launchdarkly/manifest.json +++ b/plugins/launchdarkly/manifest.json @@ -10,47 +10,150 @@ "minEngineVersion": "0.3.30", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly", "repository": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly", - "keywords": ["launchdarkly", "feature-flags", "feature-management", "experiments", "segments", "toggles"], + "keywords": [ + "launchdarkly", + "feature-flags", + "feature-management", + "experiments", + "segments", + "toggles" + ], "capabilities": { - "moduleTypes": ["launchdarkly.provider"], + "moduleTypes": [ + "launchdarkly.provider" + ], "stepTypes": [ - "step.ld_flag_create", "step.ld_flag_get", "step.ld_flag_list", "step.ld_flag_update", "step.ld_flag_delete", - "step.ld_flag_toggle", "step.ld_flag_evaluate", "step.ld_flag_evaluate_bulk", - "step.ld_flag_variations_update", "step.ld_flag_targeting_update", "step.ld_flag_fallthrough_update", - "step.ld_flag_rules_add", "step.ld_flag_rules_update", "step.ld_flag_rules_remove", - "step.ld_flag_prerequisites_add", "step.ld_flag_prerequisites_remove", - "step.ld_flag_targets_add", "step.ld_flag_targets_remove", - "step.ld_flag_schedule_create", "step.ld_flag_schedule_list", "step.ld_flag_schedule_delete", + "step.ld_flag_create", + "step.ld_flag_get", + "step.ld_flag_list", + "step.ld_flag_update", + "step.ld_flag_delete", + "step.ld_flag_toggle", + "step.ld_flag_evaluate", + "step.ld_flag_evaluate_bulk", + "step.ld_flag_variations_update", + "step.ld_flag_targeting_update", + "step.ld_flag_fallthrough_update", + "step.ld_flag_rules_add", + "step.ld_flag_rules_update", + "step.ld_flag_rules_remove", + "step.ld_flag_prerequisites_add", + "step.ld_flag_prerequisites_remove", + "step.ld_flag_targets_add", + "step.ld_flag_targets_remove", + "step.ld_flag_schedule_create", + "step.ld_flag_schedule_list", + "step.ld_flag_schedule_delete", "step.ld_flag_copy", - "step.ld_segment_create", "step.ld_segment_get", "step.ld_segment_list", "step.ld_segment_update", "step.ld_segment_delete", - "step.ld_segment_members_add", "step.ld_segment_members_remove", "step.ld_segment_rules_update", - "step.ld_project_create", "step.ld_project_get", "step.ld_project_list", "step.ld_project_update", "step.ld_project_delete", - "step.ld_env_create", "step.ld_env_get", "step.ld_env_list", "step.ld_env_update", "step.ld_env_delete", "step.ld_env_reset_sdk_key", "step.ld_env_reset_mobile_key", - "step.ld_metric_create", "step.ld_metric_get", "step.ld_metric_list", "step.ld_metric_delete", - "step.ld_metric_group_create", "step.ld_metric_group_list", "step.ld_metric_group_delete", - "step.ld_experiment_create", "step.ld_experiment_get", "step.ld_experiment_list", - "step.ld_experiment_start", "step.ld_experiment_stop", "step.ld_experiment_results", - "step.ld_experiment_iteration_create", "step.ld_experiment_iteration_list", - "step.ld_context_search", "step.ld_context_get", "step.ld_context_kinds_list", "step.ld_context_kind_create", - "step.ld_context_instances_search", "step.ld_context_delete", - "step.ld_approval_request_create", "step.ld_approval_request_get", "step.ld_approval_request_list", - "step.ld_approval_request_approve", "step.ld_approval_request_deny", "step.ld_approval_request_apply", - "step.ld_webhook_create", "step.ld_webhook_get", "step.ld_webhook_list", "step.ld_webhook_update", "step.ld_webhook_delete", - "step.ld_audit_log_list", "step.ld_audit_log_get", - "step.ld_member_list", "step.ld_member_get", "step.ld_member_invite", "step.ld_member_update", "step.ld_member_delete", - "step.ld_team_create", "step.ld_team_get", "step.ld_team_list", "step.ld_team_update", "step.ld_team_delete", - "step.ld_team_members_add", "step.ld_team_members_remove", - "step.ld_role_create", "step.ld_role_get", "step.ld_role_list", "step.ld_role_update", "step.ld_role_delete", - "step.ld_token_create", "step.ld_token_get", "step.ld_token_list", "step.ld_token_delete", "step.ld_token_reset", - "step.ld_relay_config_create", "step.ld_relay_config_list", "step.ld_relay_config_update", "step.ld_relay_config_delete", - "step.ld_integration_create", "step.ld_integration_get", "step.ld_integration_list", "step.ld_integration_update", "step.ld_integration_delete" + "step.ld_segment_create", + "step.ld_segment_get", + "step.ld_segment_list", + "step.ld_segment_update", + "step.ld_segment_delete", + "step.ld_segment_members_add", + "step.ld_segment_members_remove", + "step.ld_segment_rules_update", + "step.ld_project_create", + "step.ld_project_get", + "step.ld_project_list", + "step.ld_project_update", + "step.ld_project_delete", + "step.ld_env_create", + "step.ld_env_get", + "step.ld_env_list", + "step.ld_env_update", + "step.ld_env_delete", + "step.ld_env_reset_sdk_key", + "step.ld_env_reset_mobile_key", + "step.ld_metric_create", + "step.ld_metric_get", + "step.ld_metric_list", + "step.ld_metric_delete", + "step.ld_metric_group_create", + "step.ld_metric_group_list", + "step.ld_metric_group_delete", + "step.ld_experiment_create", + "step.ld_experiment_get", + "step.ld_experiment_list", + "step.ld_experiment_start", + "step.ld_experiment_stop", + "step.ld_experiment_results", + "step.ld_experiment_iteration_create", + "step.ld_experiment_iteration_list", + "step.ld_context_search", + "step.ld_context_get", + "step.ld_context_kinds_list", + "step.ld_context_kind_create", + "step.ld_context_instances_search", + "step.ld_context_delete", + "step.ld_approval_request_create", + "step.ld_approval_request_get", + "step.ld_approval_request_list", + "step.ld_approval_request_approve", + "step.ld_approval_request_deny", + "step.ld_approval_request_apply", + "step.ld_webhook_create", + "step.ld_webhook_get", + "step.ld_webhook_list", + "step.ld_webhook_update", + "step.ld_webhook_delete", + "step.ld_audit_log_list", + "step.ld_audit_log_get", + "step.ld_member_list", + "step.ld_member_get", + "step.ld_member_invite", + "step.ld_member_update", + "step.ld_member_delete", + "step.ld_team_create", + "step.ld_team_get", + "step.ld_team_list", + "step.ld_team_update", + "step.ld_team_delete", + "step.ld_team_members_add", + "step.ld_team_members_remove", + "step.ld_role_create", + "step.ld_role_get", + "step.ld_role_list", + "step.ld_role_update", + "step.ld_role_delete", + "step.ld_token_create", + "step.ld_token_get", + "step.ld_token_list", + "step.ld_token_delete", + "step.ld_token_reset", + "step.ld_relay_config_create", + "step.ld_relay_config_list", + "step.ld_relay_config_update", + "step.ld_relay_config_delete", + "step.ld_integration_create", + "step.ld_integration_get", + "step.ld_integration_list", + "step.ld_integration_update", + "step.ld_integration_delete" ], "triggerTypes": [] }, "downloads": [ - {"os": "linux", "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/releases/download/v0.1.1/workflow-plugin-launchdarkly-linux-amd64.tar.gz"}, - {"os": "linux", "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/releases/download/v0.1.1/workflow-plugin-launchdarkly-linux-arm64.tar.gz"}, - {"os": "darwin", "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/releases/download/v0.1.1/workflow-plugin-launchdarkly-darwin-amd64.tar.gz"}, - {"os": "darwin", "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/releases/download/v0.1.1/workflow-plugin-launchdarkly-darwin-arm64.tar.gz"} - ] + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/releases/download/v0.1.1/workflow-plugin-launchdarkly-linux-amd64.tar.gz" + }, + { + "os": "linux", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/releases/download/v0.1.1/workflow-plugin-launchdarkly-linux-arm64.tar.gz" + }, + { + "os": "darwin", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/releases/download/v0.1.1/workflow-plugin-launchdarkly-darwin-amd64.tar.gz" + }, + { + "os": "darwin", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-launchdarkly/releases/download/v0.1.1/workflow-plugin-launchdarkly-darwin-arm64.tar.gz" + } + ], + "status": "experimental" } diff --git a/plugins/monday/manifest.json b/plugins/monday/manifest.json index 3653d4a..5944662 100644 --- a/plugins/monday/manifest.json +++ b/plugins/monday/manifest.json @@ -10,9 +10,17 @@ "minEngineVersion": "0.3.30", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-monday", "repository": "https://github.com/GoCodeAlone/workflow-plugin-monday", - "keywords": ["monday", "monday.com", "project-management", "boards", "graphql"], + "keywords": [ + "monday", + "monday.com", + "project-management", + "boards", + "graphql" + ], "capabilities": { - "moduleTypes": ["monday.provider"], + "moduleTypes": [ + "monday.provider" + ], "stepTypes": [ "step.monday_create_board", "step.monday_list_boards", @@ -95,5 +103,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-monday/releases/download/v0.1.2/workflow-plugin-monday-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/okta/manifest.json b/plugins/okta/manifest.json index dbbc524..e5a9b16 100644 --- a/plugins/okta/manifest.json +++ b/plugins/okta/manifest.json @@ -10,42 +10,175 @@ "minEngineVersion": "0.3.30", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-okta", "repository": "https://github.com/GoCodeAlone/workflow-plugin-okta", - "keywords": ["okta", "identity", "iam", "sso", "mfa", "authentication", "authorization"], + "keywords": [ + "okta", + "identity", + "iam", + "sso", + "mfa", + "authentication", + "authorization" + ], "capabilities": { - "moduleTypes": ["okta.provider"], + "moduleTypes": [ + "okta.provider" + ], "stepTypes": [ - "step.okta_user_create", "step.okta_user_get", "step.okta_user_list", "step.okta_user_update", "step.okta_user_delete", - "step.okta_user_activate", "step.okta_user_deactivate", "step.okta_user_reactivate", "step.okta_user_suspend", "step.okta_user_unsuspend", "step.okta_user_unlock", "step.okta_user_reset_factors", - "step.okta_user_change_password", "step.okta_user_reset_password", "step.okta_user_expire_password", "step.okta_user_set_recovery_question", - "step.okta_group_create", "step.okta_group_get", "step.okta_group_list", "step.okta_group_delete", "step.okta_group_add_user", "step.okta_group_remove_user", "step.okta_group_list_users", - "step.okta_group_rule_create", "step.okta_group_rule_get", "step.okta_group_rule_list", "step.okta_group_rule_delete", "step.okta_group_rule_activate", "step.okta_group_rule_deactivate", - "step.okta_app_create", "step.okta_app_get", "step.okta_app_list", "step.okta_app_update", "step.okta_app_delete", "step.okta_app_activate", "step.okta_app_deactivate", - "step.okta_app_user_assign", "step.okta_app_user_get", "step.okta_app_user_list", "step.okta_app_user_update", "step.okta_app_user_unassign", - "step.okta_app_group_assign", "step.okta_app_group_get", "step.okta_app_group_list", "step.okta_app_group_update", "step.okta_app_group_unassign", - "step.okta_authz_server_create", "step.okta_authz_server_get", "step.okta_authz_server_list", "step.okta_authz_server_update", "step.okta_authz_server_delete", "step.okta_authz_server_activate", "step.okta_authz_server_deactivate", - "step.okta_authz_claim_create", "step.okta_authz_claim_list", "step.okta_authz_claim_delete", "step.okta_authz_scope_create", "step.okta_authz_scope_list", "step.okta_authz_scope_delete", - "step.okta_authz_policy_create", "step.okta_authz_policy_list", "step.okta_authz_policy_delete", "step.okta_authz_policy_rule_create", "step.okta_authz_policy_rule_list", "step.okta_authz_policy_rule_delete", - "step.okta_authz_key_list", "step.okta_authz_key_rotate", - "step.okta_policy_create", "step.okta_policy_get", "step.okta_policy_list", "step.okta_policy_delete", "step.okta_policy_activate", "step.okta_policy_deactivate", - "step.okta_policy_rule_create", "step.okta_policy_rule_list", "step.okta_policy_rule_delete", "step.okta_policy_rule_activate", "step.okta_policy_rule_deactivate", - "step.okta_authenticator_create", "step.okta_authenticator_get", "step.okta_authenticator_list", "step.okta_authenticator_activate", "step.okta_authenticator_deactivate", - "step.okta_factor_enroll", "step.okta_factor_list", "step.okta_factor_verify", "step.okta_factor_unenroll", "step.okta_factor_activate", - "step.okta_idp_create", "step.okta_idp_get", "step.okta_idp_list", "step.okta_idp_delete", "step.okta_idp_activate", "step.okta_idp_deactivate", - "step.okta_session_get", "step.okta_session_refresh", "step.okta_session_revoke", - "step.okta_network_zone_create", "step.okta_network_zone_get", "step.okta_network_zone_list", "step.okta_network_zone_delete", "step.okta_network_zone_activate", "step.okta_network_zone_deactivate", + "step.okta_user_create", + "step.okta_user_get", + "step.okta_user_list", + "step.okta_user_update", + "step.okta_user_delete", + "step.okta_user_activate", + "step.okta_user_deactivate", + "step.okta_user_reactivate", + "step.okta_user_suspend", + "step.okta_user_unsuspend", + "step.okta_user_unlock", + "step.okta_user_reset_factors", + "step.okta_user_change_password", + "step.okta_user_reset_password", + "step.okta_user_expire_password", + "step.okta_user_set_recovery_question", + "step.okta_group_create", + "step.okta_group_get", + "step.okta_group_list", + "step.okta_group_delete", + "step.okta_group_add_user", + "step.okta_group_remove_user", + "step.okta_group_list_users", + "step.okta_group_rule_create", + "step.okta_group_rule_get", + "step.okta_group_rule_list", + "step.okta_group_rule_delete", + "step.okta_group_rule_activate", + "step.okta_group_rule_deactivate", + "step.okta_app_create", + "step.okta_app_get", + "step.okta_app_list", + "step.okta_app_update", + "step.okta_app_delete", + "step.okta_app_activate", + "step.okta_app_deactivate", + "step.okta_app_user_assign", + "step.okta_app_user_get", + "step.okta_app_user_list", + "step.okta_app_user_update", + "step.okta_app_user_unassign", + "step.okta_app_group_assign", + "step.okta_app_group_get", + "step.okta_app_group_list", + "step.okta_app_group_update", + "step.okta_app_group_unassign", + "step.okta_authz_server_create", + "step.okta_authz_server_get", + "step.okta_authz_server_list", + "step.okta_authz_server_update", + "step.okta_authz_server_delete", + "step.okta_authz_server_activate", + "step.okta_authz_server_deactivate", + "step.okta_authz_claim_create", + "step.okta_authz_claim_list", + "step.okta_authz_claim_delete", + "step.okta_authz_scope_create", + "step.okta_authz_scope_list", + "step.okta_authz_scope_delete", + "step.okta_authz_policy_create", + "step.okta_authz_policy_list", + "step.okta_authz_policy_delete", + "step.okta_authz_policy_rule_create", + "step.okta_authz_policy_rule_list", + "step.okta_authz_policy_rule_delete", + "step.okta_authz_key_list", + "step.okta_authz_key_rotate", + "step.okta_policy_create", + "step.okta_policy_get", + "step.okta_policy_list", + "step.okta_policy_delete", + "step.okta_policy_activate", + "step.okta_policy_deactivate", + "step.okta_policy_rule_create", + "step.okta_policy_rule_list", + "step.okta_policy_rule_delete", + "step.okta_policy_rule_activate", + "step.okta_policy_rule_deactivate", + "step.okta_authenticator_create", + "step.okta_authenticator_get", + "step.okta_authenticator_list", + "step.okta_authenticator_activate", + "step.okta_authenticator_deactivate", + "step.okta_factor_enroll", + "step.okta_factor_list", + "step.okta_factor_verify", + "step.okta_factor_unenroll", + "step.okta_factor_activate", + "step.okta_idp_create", + "step.okta_idp_get", + "step.okta_idp_list", + "step.okta_idp_delete", + "step.okta_idp_activate", + "step.okta_idp_deactivate", + "step.okta_session_get", + "step.okta_session_refresh", + "step.okta_session_revoke", + "step.okta_network_zone_create", + "step.okta_network_zone_get", + "step.okta_network_zone_list", + "step.okta_network_zone_delete", + "step.okta_network_zone_activate", + "step.okta_network_zone_deactivate", "step.okta_log_list", - "step.okta_event_hook_create", "step.okta_event_hook_get", "step.okta_event_hook_list", "step.okta_event_hook_delete", "step.okta_event_hook_activate", "step.okta_event_hook_deactivate", "step.okta_event_hook_verify", - "step.okta_inline_hook_create", "step.okta_inline_hook_get", "step.okta_inline_hook_list", "step.okta_inline_hook_delete", "step.okta_inline_hook_activate", "step.okta_inline_hook_deactivate", "step.okta_inline_hook_execute", - "step.okta_domain_create", "step.okta_domain_get", "step.okta_domain_list", "step.okta_domain_delete", "step.okta_domain_verify", - "step.okta_brand_get", "step.okta_brand_list", "step.okta_brand_update", "step.okta_theme_get", "step.okta_theme_list", "step.okta_theme_update", - "step.okta_org_get", "step.okta_org_update" + "step.okta_event_hook_create", + "step.okta_event_hook_get", + "step.okta_event_hook_list", + "step.okta_event_hook_delete", + "step.okta_event_hook_activate", + "step.okta_event_hook_deactivate", + "step.okta_event_hook_verify", + "step.okta_inline_hook_create", + "step.okta_inline_hook_get", + "step.okta_inline_hook_list", + "step.okta_inline_hook_delete", + "step.okta_inline_hook_activate", + "step.okta_inline_hook_deactivate", + "step.okta_inline_hook_execute", + "step.okta_domain_create", + "step.okta_domain_get", + "step.okta_domain_list", + "step.okta_domain_delete", + "step.okta_domain_verify", + "step.okta_brand_get", + "step.okta_brand_list", + "step.okta_brand_update", + "step.okta_theme_get", + "step.okta_theme_list", + "step.okta_theme_update", + "step.okta_org_get", + "step.okta_org_update" ], "triggerTypes": [] }, "downloads": [ - {"os": "linux", "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-okta/releases/download/v0.2.1/workflow-plugin-okta-linux-amd64.tar.gz"}, - {"os": "linux", "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-okta/releases/download/v0.2.1/workflow-plugin-okta-linux-arm64.tar.gz"}, - {"os": "darwin", "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-okta/releases/download/v0.2.1/workflow-plugin-okta-darwin-amd64.tar.gz"}, - {"os": "darwin", "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-okta/releases/download/v0.2.1/workflow-plugin-okta-darwin-arm64.tar.gz"} - ] + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-okta/releases/download/v0.2.1/workflow-plugin-okta-linux-amd64.tar.gz" + }, + { + "os": "linux", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-okta/releases/download/v0.2.1/workflow-plugin-okta-linux-arm64.tar.gz" + }, + { + "os": "darwin", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-okta/releases/download/v0.2.1/workflow-plugin-okta-darwin-amd64.tar.gz" + }, + { + "os": "darwin", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-okta/releases/download/v0.2.1/workflow-plugin-okta-darwin-arm64.tar.gz" + } + ], + "status": "experimental" } diff --git a/plugins/openlms/manifest.json b/plugins/openlms/manifest.json index dfa0ad3..5a3b1a8 100644 --- a/plugins/openlms/manifest.json +++ b/plugins/openlms/manifest.json @@ -10,50 +10,151 @@ "minEngineVersion": "0.3.30", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-openlms", "repository": "https://github.com/GoCodeAlone/workflow-plugin-openlms", - "keywords": ["openlms", "moodle", "lms", "learning", "education", "courses", "grades", "elearning"], + "keywords": [ + "openlms", + "moodle", + "lms", + "learning", + "education", + "courses", + "grades", + "elearning" + ], "capabilities": { - "moduleTypes": ["openlms.provider"], + "moduleTypes": [ + "openlms.provider" + ], "stepTypes": [ - "step.lms_course_create", "step.lms_course_get", "step.lms_course_list", "step.lms_course_update", "step.lms_course_delete", "step.lms_course_duplicate", - "step.lms_course_content_get", "step.lms_course_content_update", - "step.lms_category_create", "step.lms_category_get", "step.lms_category_list", "step.lms_category_update", "step.lms_category_delete", - "step.lms_user_create", "step.lms_user_get", "step.lms_user_list", "step.lms_user_update", "step.lms_user_delete", - "step.lms_user_preferences_get", "step.lms_user_preferences_set", - "step.lms_enroll_user", "step.lms_unenroll_user", "step.lms_enrollment_list", "step.lms_enrollment_status", - "step.lms_grade_get", "step.lms_grade_list", "step.lms_grade_update", "step.lms_gradebook_get", - "step.lms_grade_item_create", "step.lms_grade_item_list", - "step.lms_assignment_create", "step.lms_assignment_get", "step.lms_assignment_list", "step.lms_assignment_update", - "step.lms_assignment_submit", "step.lms_assignment_grade", "step.lms_assignment_submissions_list", - "step.lms_quiz_create", "step.lms_quiz_get", "step.lms_quiz_list", "step.lms_quiz_update", - "step.lms_quiz_question_create", "step.lms_quiz_question_list", "step.lms_quiz_question_update", "step.lms_quiz_question_delete", - "step.lms_quiz_attempt_start", "step.lms_quiz_attempt_submit", "step.lms_quiz_attempt_list", "step.lms_quiz_attempt_review", - "step.lms_forum_create", "step.lms_forum_get", "step.lms_forum_list", - "step.lms_forum_discussion_create", "step.lms_forum_discussion_list", - "step.lms_forum_post_create", "step.lms_forum_post_list", - "step.lms_message_send", "step.lms_message_list", "step.lms_message_unread_count", - "step.lms_notification_list", "step.lms_notification_mark_read", - "step.lms_calendar_event_create", "step.lms_calendar_event_get", "step.lms_calendar_event_list", "step.lms_calendar_event_update", "step.lms_calendar_event_delete", - "step.lms_competency_create", "step.lms_competency_get", "step.lms_competency_list", "step.lms_competency_delete", - "step.lms_competency_framework_create", "step.lms_competency_framework_list", - "step.lms_competency_assign_course", "step.lms_competency_grade", - "step.lms_badge_create", "step.lms_badge_get", "step.lms_badge_list", "step.lms_badge_issue", "step.lms_badge_revoke", - "step.lms_group_create", "step.lms_group_get", "step.lms_group_list", "step.lms_group_delete", - "step.lms_group_member_add", "step.lms_group_member_remove", "step.lms_group_member_list", - "step.lms_cohort_create", "step.lms_cohort_get", "step.lms_cohort_list", "step.lms_cohort_delete", - "step.lms_cohort_member_add", "step.lms_cohort_member_remove", - "step.lms_role_assign", "step.lms_role_unassign", "step.lms_role_list", - "step.lms_file_upload", "step.lms_file_list", "step.lms_file_delete", - "step.lms_completion_status", "step.lms_completion_mark", "step.lms_completion_course_get", - "step.lms_report_get", "step.lms_report_list", - "step.lms_site_info", "step.lms_plugin_list", + "step.lms_course_create", + "step.lms_course_get", + "step.lms_course_list", + "step.lms_course_update", + "step.lms_course_delete", + "step.lms_course_duplicate", + "step.lms_course_content_get", + "step.lms_course_content_update", + "step.lms_category_create", + "step.lms_category_get", + "step.lms_category_list", + "step.lms_category_update", + "step.lms_category_delete", + "step.lms_user_create", + "step.lms_user_get", + "step.lms_user_list", + "step.lms_user_update", + "step.lms_user_delete", + "step.lms_user_preferences_get", + "step.lms_user_preferences_set", + "step.lms_enroll_user", + "step.lms_unenroll_user", + "step.lms_enrollment_list", + "step.lms_enrollment_status", + "step.lms_grade_get", + "step.lms_grade_list", + "step.lms_grade_update", + "step.lms_gradebook_get", + "step.lms_grade_item_create", + "step.lms_grade_item_list", + "step.lms_assignment_create", + "step.lms_assignment_get", + "step.lms_assignment_list", + "step.lms_assignment_update", + "step.lms_assignment_submit", + "step.lms_assignment_grade", + "step.lms_assignment_submissions_list", + "step.lms_quiz_create", + "step.lms_quiz_get", + "step.lms_quiz_list", + "step.lms_quiz_update", + "step.lms_quiz_question_create", + "step.lms_quiz_question_list", + "step.lms_quiz_question_update", + "step.lms_quiz_question_delete", + "step.lms_quiz_attempt_start", + "step.lms_quiz_attempt_submit", + "step.lms_quiz_attempt_list", + "step.lms_quiz_attempt_review", + "step.lms_forum_create", + "step.lms_forum_get", + "step.lms_forum_list", + "step.lms_forum_discussion_create", + "step.lms_forum_discussion_list", + "step.lms_forum_post_create", + "step.lms_forum_post_list", + "step.lms_message_send", + "step.lms_message_list", + "step.lms_message_unread_count", + "step.lms_notification_list", + "step.lms_notification_mark_read", + "step.lms_calendar_event_create", + "step.lms_calendar_event_get", + "step.lms_calendar_event_list", + "step.lms_calendar_event_update", + "step.lms_calendar_event_delete", + "step.lms_competency_create", + "step.lms_competency_get", + "step.lms_competency_list", + "step.lms_competency_delete", + "step.lms_competency_framework_create", + "step.lms_competency_framework_list", + "step.lms_competency_assign_course", + "step.lms_competency_grade", + "step.lms_badge_create", + "step.lms_badge_get", + "step.lms_badge_list", + "step.lms_badge_issue", + "step.lms_badge_revoke", + "step.lms_group_create", + "step.lms_group_get", + "step.lms_group_list", + "step.lms_group_delete", + "step.lms_group_member_add", + "step.lms_group_member_remove", + "step.lms_group_member_list", + "step.lms_cohort_create", + "step.lms_cohort_get", + "step.lms_cohort_list", + "step.lms_cohort_delete", + "step.lms_cohort_member_add", + "step.lms_cohort_member_remove", + "step.lms_role_assign", + "step.lms_role_unassign", + "step.lms_role_list", + "step.lms_file_upload", + "step.lms_file_list", + "step.lms_file_delete", + "step.lms_completion_status", + "step.lms_completion_mark", + "step.lms_completion_course_get", + "step.lms_report_get", + "step.lms_report_list", + "step.lms_site_info", + "step.lms_plugin_list", "step.lms_webservice_function_list" ], "triggerTypes": [] }, "downloads": [ - {"os": "linux", "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-openlms/releases/download/v0.1.2/workflow-plugin-openlms-linux-amd64.tar.gz"}, - {"os": "linux", "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-openlms/releases/download/v0.1.2/workflow-plugin-openlms-linux-arm64.tar.gz"}, - {"os": "darwin", "arch": "amd64", "url": "https://github.com/GoCodeAlone/workflow-plugin-openlms/releases/download/v0.1.2/workflow-plugin-openlms-darwin-amd64.tar.gz"}, - {"os": "darwin", "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-openlms/releases/download/v0.1.2/workflow-plugin-openlms-darwin-arm64.tar.gz"} - ] + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-openlms/releases/download/v0.1.2/workflow-plugin-openlms-linux-amd64.tar.gz" + }, + { + "os": "linux", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-openlms/releases/download/v0.1.2/workflow-plugin-openlms-linux-arm64.tar.gz" + }, + { + "os": "darwin", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-openlms/releases/download/v0.1.2/workflow-plugin-openlms-darwin-amd64.tar.gz" + }, + { + "os": "darwin", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-openlms/releases/download/v0.1.2/workflow-plugin-openlms-darwin-arm64.tar.gz" + } + ], + "status": "experimental" } diff --git a/plugins/payments/manifest.json b/plugins/payments/manifest.json index 186869b..04df0df 100644 --- a/plugins/payments/manifest.json +++ b/plugins/payments/manifest.json @@ -10,9 +10,18 @@ "minEngineVersion": "0.3.12", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-payments", "repository": "https://github.com/GoCodeAlone/workflow-plugin-payments", - "keywords": ["payment", "stripe", "paypal", "billing", "subscription", "marketplace"], + "keywords": [ + "payment", + "stripe", + "paypal", + "billing", + "subscription", + "marketplace" + ], "capabilities": { - "moduleTypes": ["payments.provider"], + "moduleTypes": [ + "payments.provider" + ], "stepTypes": [ "step.payment_charge", "step.payment_capture", @@ -65,5 +74,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-payments/releases/download/v0.3.1/workflow-plugin-payments-darwin-arm64.tar.gz" } - ] + ], + "status": "verified" } diff --git a/plugins/ratchet/manifest.json b/plugins/ratchet/manifest.json index df1f02c..e81efc6 100644 --- a/plugins/ratchet/manifest.json +++ b/plugins/ratchet/manifest.json @@ -11,7 +11,18 @@ "minEngineVersion": "0.2.0", "homepage": "https://github.com/GoCodeAlone/ratchet", "repository": "https://github.com/GoCodeAlone/ratchet", - "keywords": ["ai", "agent", "orchestration", "autonomous", "ratchet", "mcp", "llm", "sse", "vault", "secrets"], + "keywords": [ + "ai", + "agent", + "orchestration", + "autonomous", + "ratchet", + "mcp", + "llm", + "sse", + "vault", + "secrets" + ], "capabilities": { "moduleTypes": [ "ratchet.ai_provider", @@ -76,5 +87,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/ratchet/releases/download/v1.0.0/ratchet-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/salesforce/manifest.json b/plugins/salesforce/manifest.json index d5d9b78..c71671d 100644 --- a/plugins/salesforce/manifest.json +++ b/plugins/salesforce/manifest.json @@ -125,5 +125,6 @@ "sha256": "6a4df8121ab4297e7b5a0e6f8a8afd9970b1d2e234231276e9161c4feb65181f", "url": "https://github.com/GoCodeAlone/workflow-plugin-salesforce/releases/download/v0.2.2/workflow-plugin-salesforce-linux-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/slack/manifest.json b/plugins/slack/manifest.json index 4b9c2dd..aed6146 100644 --- a/plugins/slack/manifest.json +++ b/plugins/slack/manifest.json @@ -10,9 +10,18 @@ "minEngineVersion": "0.1.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-slack", "repository": "https://github.com/GoCodeAlone/workflow-plugin-slack", - "keywords": ["slack", "messaging", "chat", "notifications", "bot", "webhook"], + "keywords": [ + "slack", + "messaging", + "chat", + "notifications", + "bot", + "webhook" + ], "capabilities": { - "moduleTypes": ["slack.provider"], + "moduleTypes": [ + "slack.provider" + ], "stepTypes": [ "step.slack_send_message", "step.slack_send_blocks", @@ -23,7 +32,9 @@ "step.slack_send_thread_reply", "step.slack_set_topic" ], - "triggerTypes": ["trigger.slack"], + "triggerTypes": [ + "trigger.slack" + ], "workflowHandlers": [] }, "downloads": [ @@ -47,5 +58,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-slack/releases/download/v0.1.1/workflow-plugin-slack-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/sso/manifest.json b/plugins/sso/manifest.json index 50e72e1..1960d4a 100644 --- a/plugins/sso/manifest.json +++ b/plugins/sso/manifest.json @@ -10,9 +10,18 @@ "minEngineVersion": "1.13.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-sso", "repository": "https://github.com/GoCodeAlone/workflow-plugin-sso", - "keywords": ["sso", "oidc", "openid-connect", "authentication", "identity", "enterprise"], + "keywords": [ + "sso", + "oidc", + "openid-connect", + "authentication", + "identity", + "enterprise" + ], "capabilities": { - "moduleTypes": ["sso.oidc"], + "moduleTypes": [ + "sso.oidc" + ], "stepTypes": [ "step.sso_validate_token", "step.sso_userinfo", @@ -21,5 +30,6 @@ ], "triggerTypes": [] }, - "downloads": [] + "downloads": [], + "status": "experimental" } diff --git a/plugins/teams/manifest.json b/plugins/teams/manifest.json index 13b4c1f..e9aacd0 100644 --- a/plugins/teams/manifest.json +++ b/plugins/teams/manifest.json @@ -10,9 +10,19 @@ "minEngineVersion": "0.1.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-teams", "repository": "https://github.com/GoCodeAlone/workflow-plugin-teams", - "keywords": ["teams", "microsoft", "messaging", "chat", "graph", "azure", "notifications"], + "keywords": [ + "teams", + "microsoft", + "messaging", + "chat", + "graph", + "azure", + "notifications" + ], "capabilities": { - "moduleTypes": ["teams.provider"], + "moduleTypes": [ + "teams.provider" + ], "stepTypes": [ "step.teams_send_message", "step.teams_send_card", @@ -22,7 +32,9 @@ "step.teams_create_channel", "step.teams_add_member" ], - "triggerTypes": ["trigger.teams"], + "triggerTypes": [ + "trigger.teams" + ], "workflowHandlers": [] }, "downloads": [ @@ -46,5 +58,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-teams/releases/download/v0.1.2/workflow-plugin-teams-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/tofu/manifest.json b/plugins/tofu/manifest.json index 6105d16..6418118 100644 --- a/plugins/tofu/manifest.json +++ b/plugins/tofu/manifest.json @@ -10,7 +10,17 @@ "minEngineVersion": "0.3.51", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-tofu", "repository": "https://github.com/GoCodeAlone/workflow-plugin-tofu", - "keywords": ["opentofu", "terraform", "iac", "hcl", "infrastructure", "aws", "gcp", "azure", "digitalocean"], + "keywords": [ + "opentofu", + "terraform", + "iac", + "hcl", + "infrastructure", + "aws", + "gcp", + "azure", + "digitalocean" + ], "capabilities": { "moduleTypes": [], "stepTypes": [ @@ -48,5 +58,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-tofu/releases/download/v0.1.2/workflow-plugin-tofu-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/turnio/manifest.json b/plugins/turnio/manifest.json index 19102ac..09b4643 100644 --- a/plugins/turnio/manifest.json +++ b/plugins/turnio/manifest.json @@ -10,9 +10,17 @@ "minEngineVersion": "0.3.30", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-turnio", "repository": "https://github.com/GoCodeAlone/workflow-plugin-turnio", - "keywords": ["whatsapp", "turnio", "turn.io", "messaging", "chatbot"], + "keywords": [ + "whatsapp", + "turnio", + "turn.io", + "messaging", + "chatbot" + ], "capabilities": { - "moduleTypes": ["turnio.provider"], + "moduleTypes": [ + "turnio.provider" + ], "stepTypes": [ "step.turnio_send_text", "step.turnio_send_media", @@ -63,5 +71,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-turnio/releases/download/v0.1.1/workflow-plugin-turnio-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/twilio/manifest.json b/plugins/twilio/manifest.json index 4e43743..8e30816 100644 --- a/plugins/twilio/manifest.json +++ b/plugins/twilio/manifest.json @@ -146,5 +146,6 @@ "sha256": "972391b7e7ca58ef954d3bd930ef5673fc4c9690bf14d2c10ff2362d6880e8d2", "url": "https://github.com/GoCodeAlone/workflow-plugin-twilio/releases/download/v0.2.0/workflow-plugin-twilio-linux-arm64.tar.gz" } - ] + ], + "status": "verified" } diff --git a/plugins/vectorstore/manifest.json b/plugins/vectorstore/manifest.json index b1b1b5f..da77dcb 100644 --- a/plugins/vectorstore/manifest.json +++ b/plugins/vectorstore/manifest.json @@ -10,9 +10,18 @@ "minEngineVersion": "1.13.0", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-vectorstore", "repository": "https://github.com/GoCodeAlone/workflow-plugin-vectorstore", - "keywords": ["vector", "vectorstore", "pinecone", "rag", "embeddings", "similarity-search"], + "keywords": [ + "vector", + "vectorstore", + "pinecone", + "rag", + "embeddings", + "similarity-search" + ], "capabilities": { - "moduleTypes": ["vectorstore.provider"], + "moduleTypes": [ + "vectorstore.provider" + ], "stepTypes": [ "step.vector_upsert", "step.vector_query", @@ -24,5 +33,6 @@ ], "triggerTypes": [] }, - "downloads": [] + "downloads": [], + "status": "experimental" } diff --git a/plugins/websocket/manifest.json b/plugins/websocket/manifest.json index 5a89bed..fa9b660 100644 --- a/plugins/websocket/manifest.json +++ b/plugins/websocket/manifest.json @@ -11,9 +11,18 @@ "minEngineVersion": "0.3.30", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-websocket", "repository": "https://github.com/GoCodeAlone/workflow-plugin-websocket", - "keywords": ["websocket", "ws", "realtime", "rooms", "broadcast", "multiplayer"], + "keywords": [ + "websocket", + "ws", + "realtime", + "rooms", + "broadcast", + "multiplayer" + ], "capabilities": { - "moduleTypes": ["ws.server"], + "moduleTypes": [ + "ws.server" + ], "stepTypes": [ "step.ws_send", "step.ws_broadcast", @@ -22,7 +31,10 @@ "step.ws_room_list", "step.ws_close" ], - "triggerTypes": ["websocket"], + "triggerTypes": [ + "websocket" + ], "workflowHandlers": [] - } + }, + "status": "experimental" } diff --git a/plugins/workflow-plugin-atlas-migrate/manifest.json b/plugins/workflow-plugin-atlas-migrate/manifest.json index 5d60644..24e788d 100644 --- a/plugins/workflow-plugin-atlas-migrate/manifest.json +++ b/plugins/workflow-plugin-atlas-migrate/manifest.json @@ -8,7 +8,13 @@ "tier": "community", "private": false, "minEngineVersion": "0.18.0", - "keywords": ["migrations", "database", "postgres", "atlas", "ariga"], + "keywords": [ + "migrations", + "database", + "postgres", + "atlas", + "ariga" + ], "homepage": "https://github.com/GoCodeAlone/workflow-plugin-migrations", "repository": "https://github.com/GoCodeAlone/workflow-plugin-migrations", "capabilities": { @@ -44,5 +50,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-atlas-migrate-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" } diff --git a/plugins/workflow-plugin-auth/manifest.json b/plugins/workflow-plugin-auth/manifest.json index 6274b8c..d527cd8 100644 --- a/plugins/workflow-plugin-auth/manifest.json +++ b/plugins/workflow-plugin-auth/manifest.json @@ -10,9 +10,18 @@ "minEngineVersion": "0.3.27", "homepage": "https://github.com/GoCodeAlone/workflow-plugin-auth", "repository": "https://github.com/GoCodeAlone/workflow-plugin-auth", - "keywords": ["auth", "webauthn", "passkey", "totp", "magic-link", "passwordless"], + "keywords": [ + "auth", + "webauthn", + "passkey", + "totp", + "magic-link", + "passwordless" + ], "capabilities": { - "moduleTypes": ["auth.credential"], + "moduleTypes": [ + "auth.credential" + ], "stepTypes": [ "step.auth_passkey_begin_register", "step.auth_passkey_finish_register", @@ -54,5 +63,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.1.4/workflow-plugin-auth_0.1.4_darwin_arm64.tar.gz" } - ] + ], + "status": "verified" } diff --git a/plugins/workflow-plugin-migrations/manifest.json b/plugins/workflow-plugin-migrations/manifest.json index f5b5ed0..2b732c0 100644 --- a/plugins/workflow-plugin-migrations/manifest.json +++ b/plugins/workflow-plugin-migrations/manifest.json @@ -8,7 +8,13 @@ "tier": "community", "private": false, "minEngineVersion": "0.18.0", - "keywords": ["migrations", "database", "postgres", "golang-migrate", "goose"], + "keywords": [ + "migrations", + "database", + "postgres", + "golang-migrate", + "goose" + ], "homepage": "https://github.com/GoCodeAlone/workflow-plugin-migrations", "repository": "https://github.com/GoCodeAlone/workflow-plugin-migrations", "capabilities": { @@ -49,5 +55,6 @@ "arch": "arm64", "url": "https://github.com/GoCodeAlone/workflow-plugin-migrations/releases/download/v0.2.0/workflow-plugin-migrations-darwin-arm64.tar.gz" } - ] + ], + "status": "experimental" }