Releases: amazon-archives/awsmobile-cli
v1.0.19
Add --force
flag to delete command
v1.0.18
dev mode enhanced
v1.0.17
--yes
flag added to theinit
andstart
commands, when the--yes
flag is specified, the cli will not prompt for user input, default values will be chosen in the execution of the commands- add the 'conform' init strategy, for project init'ed by an older version of the cli, run
awsmobile init
on the project with the latest version of the cli will make the project completely conform to the newer cli.
v1.0.16
The init command workflow is enhanced
-
init chooses suitable strategy based on the project original status, e.g. allowing the option to use the existing backend spec to setup the backend awsmobile project, facilitating the collaborations for open source projects
-
init guesses the project's framework (react, vue, etc.), and sets the default configurations accordingly.
-
a new file project-config.json file is added to store the project configuration separately, ideally only this file is checked into codebase repo, collaborators run awsmobile init after clone/fork the repo, to setup their own backend awsmobile project
-
aws-exports.js file is put in the .gitignore file
v1.0.15
remove clone option in git download
v1.0.14
Add support to automate the setup of starter apps
$ awsmobile start myapp1 react
$ awsmobile start myapp2 react-native
The above commands automate all the steps that are needed to setup the awsmobile starters to run on the local dev machine.
awslabs/aws-mobile-react-sample
https://github.com/awslabs/aws-mobile-react-sample
awslabs/aws-mobile-react-native-starter
https://github.com/awslabs/aws-mobile-react-native-starter
v1.0.13
backend update callback invocation
backend-update invokes the callback even if no backend update is needed.
The awsmobile run
and awsmobile publish
commands need this to function correctly.
v1.0.11
This pull request contains these major changes:
- Configuration on aws access is now per project, this enables the use of different user credentials to access different mobile hub project associated with different frontend projects. This change allows more flexibilities in using the cli.
- Added the use of named aws profiles through
awsmobile configure aws --profile <name>
awsmobile push
timestamp check is refactored to be more accurate, to avoid unnecessary api call to update on the backend awsmobile project in the aws cloud.