← 返回命令列表

Linux command

aws-amplify 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Create

aws amplify create-app --name [app_name] --repository [repo_url]

List

aws amplify list-apps

Create

aws amplify create-branch --app-id [app_id] --branch-name [branch_name]

Start

aws amplify start-job --app-id [app_id] --branch-name [branch_name] --job-type RELEASE

Get

aws amplify get-app --app-id [app_id]

Associate

aws amplify create-domain-association --app-id [app_id] --domain-name [example.com]

Delete

aws amplify delete-app --app-id [app_id]

说明

AWS Amplify enables developers to develop and deploy cloud-powered mobile and web applications with integrated CI/CD workflows. The service consists of two main components: Amplify Hosting for continuous delivery and hosting, and the Amplify Framework providing SDKs, libraries, and tools for client app development. Amplify Hosting provides a fully managed hosting service with continuous deployment capabilities directly from Git repositories. It automatically builds and deploys web applications on every code commit, supporting modern frameworks like React, Angular, Vue, Next.js, and static site generators. The service offers features including: > Continuous Deployment - Automatically build and deploy from Git branches with every commit > Branch Deployments - Deploy different branches to separate environments for feature testing and staging > Custom Domains - Associate custom domains with SSL/TLS certificates managed automatically > Backend Environments - Connect frontend branches to different backend environments > Access Control - Protect branches with password authentication for preview environments Amplify Framework provides client-side libraries and CLI tools for integrating AWS services like authentication, APIs, storage, and analytics into mobile and web applications without managing backend infrastructure.

FAQ

What is the aws-amplify command used for?

AWS Amplify enables developers to develop and deploy cloud-powered mobile and web applications with integrated CI/CD workflows. The service consists of two main components: Amplify Hosting for continuous delivery and hosting, and the Amplify Framework providing SDKs, libraries, and tools for client app development. Amplify Hosting provides a fully managed hosting service with continuous deployment capabilities directly from Git repositories. It automatically builds and deploys web applications on every code commit, supporting modern frameworks like React, Angular, Vue, Next.js, and static site generators. The service offers features including: > Continuous Deployment - Automatically build and deploy from Git branches with every commit > Branch Deployments - Deploy different branches to separate environments for feature testing and staging > Custom Domains - Associate custom domains with SSL/TLS certificates managed automatically > Backend Environments - Connect frontend branches to different backend environments > Access Control - Protect branches with password authentication for preview environments Amplify Framework provides client-side libraries and CLI tools for integrating AWS services like authentication, APIs, storage, and analytics into mobile and web applications without managing backend infrastructure.

How do I run a basic aws-amplify example?

Run `aws amplify create-app --name [app_name] --repository [repo_url]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more aws-amplify examples?

This page includes 7 examples for aws-amplify, plus related commands for nearby Linux tasks.