An open API service indexing awesome lists of open source software.

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

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`.