بنقرة واحدة
aws-codepipeline
CodePipeline via AWS CLI v2 (`aws codepipeline`). Pipelines, stages, actions, action types, webhooks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
CodePipeline via AWS CLI v2 (`aws codepipeline`). Pipelines, stages, actions, action types, webhooks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
IAM Access Analyzer via AWS CLI v2 (`aws accessanalyzer`). Analyzers, findings, archive rules, access previews, policy tools.
Private CA via AWS CLI v2 (`aws acm-pca`). Certificate authorities, certificates, audit reports, permissions, policies.
ACM via AWS CLI v2 (`aws acm`). Certificates, import/export, validation, tags, account configuration.
Managed Prometheus via AWS CLI v2 (`aws amp`). Workspaces, alert manager, rule groups, scrapers, logging, resource policies.
Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks.
API Gateway via AWS CLI v2 (`aws apigateway`). REST APIs, HTTP APIs, resources, methods, stages, authorizers, API keys, usage plans.
| name | aws-codepipeline |
| description | CodePipeline via AWS CLI v2 (`aws codepipeline`). Pipelines, stages, actions, action types, webhooks. |
Complete reference for all aws codepipeline subcommands in AWS CLI v2. Covers pipeline management, stage transitions, action types, approval results, action execution, webhooks, and resource tagging.
aws codepipeline create-pipeline --cli-input-json file://pipeline.json
aws codepipeline get-pipeline --name my-pipeline
aws codepipeline list-pipelines --query 'pipelines[].name'
aws codepipeline start-pipeline-execution --name my-pipeline
aws codepipeline get-pipeline-state --name my-pipeline
aws codepipeline stop-pipeline-execution --pipeline-name my-pipeline \
--pipeline-execution-id exec-id --reason "Manual stop"
aws codepipeline put-approval-result --pipeline-name my-pipeline \
--stage-name Approval --action-name ManualApproval \
--result summary="Approved by admin",status=Approved \
--token approval-token
aws codepipeline disable-stage-transition --pipeline-name my-pipeline \
--stage-name Production --transition-type Inbound \
--reason "Maintenance window"
aws codepipeline enable-stage-transition --pipeline-name my-pipeline \
--stage-name Production --transition-type Inbound
aws codepipeline retry-stage-execution --pipeline-name my-pipeline \
--stage-name Build --pipeline-execution-id exec-id \
--retry-mode FAILED_ACTIONS
See index.md for the quick reference table and global options.
| Group | File | Commands |
|---|---|---|
| Pipelines | pipelines.md | create-pipeline, delete-pipeline, get-pipeline, list-pipelines, update-pipeline, start-pipeline-execution, stop-pipeline-execution, get-pipeline-state, get-pipeline-execution, list-pipeline-executions, retry-stage-execution, rollback-stage |
| Stages | stages.md | enable-stage-transition, disable-stage-transition, put-approval-result |
| Actions | actions.md | put-third-party-job-success-result, put-third-party-job-failure-result, put-job-success-result, put-job-failure-result, poll-for-third-party-jobs, poll-for-jobs, acknowledge-third-party-job, acknowledge-job, put-action-revision, list-action-executions |
| Action Types | action-types.md | get-action-type, list-action-types, update-action-type |
| Webhooks | webhooks.md | put-webhook, delete-webhook, deregister-webhook-with-third-party, list-webhooks, register-webhook-with-third-party |
| Tags | tags.md | tag-resource, untag-resource, list-tags-for-resource |