Awsmobile Cli Versions Save

CLI experience for Frontend developers in the JavaScript ecosystem.

v1.0.19

6 years ago

Add --force flag to delete command

v1.0.18

6 years ago

dev mode enhanced

v1.0.17

6 years ago
  • --yes flag added to the init and start 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

6 years ago

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

6 years ago

remove clone option in git download

v1.0.14

6 years ago

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

6 years ago

bug fixes This release contains bug fixes for #51 #52 #60

v1.0.12

6 years ago

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

6 years ago

This pull request contains these major changes:

  1. 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.
  2. Added the use of named aws profiles through awsmobile configure aws --profile <name>
  3. 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.

v1.0.10

6 years ago

Fix compatibility issues with Windows