https://github.com/philip-gai/setup-aws-amplify-cli
An Action to setup the AWS Amplify cli
https://github.com/philip-gai/setup-aws-amplify-cli
Last synced: about 2 months ago
JSON representation
An Action to setup the AWS Amplify cli
- Host: GitHub
- URL: https://github.com/philip-gai/setup-aws-amplify-cli
- Owner: philip-gai
- License: apache-2.0
- Created: 2022-03-31T19:24:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T07:41:55.000Z (about 3 years ago)
- Last Synced: 2025-03-04T18:40:54.084Z (about 2 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-aws-amplify-cli
An Action to setup the @aws-amplify/cli npm package.
## Inputs
- `cache_dependencies` (Optional, Default: `false`): Whether to cache the installed @aws-amplify/cli or not. Uses .
- `cli_version` (Optional, Default: `latest`): The version of @aws-amplify/cli to install.
- `node_version` (Optional): The version of node to setup. Uses . If not supplied, the node version from PATH will be used. However, it is recommended to always specify Node.js version and don't rely on the system one.
- `registry_url` (Optional): Registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from `env.NODE_AUTH_TOKEN`.