Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Releases: amazon-archives/awsmobile-cli

v1.0.19

15 Mar 08:08
Compare
Choose a tag to compare

Add --force flag to delete command

v1.0.18

14 Mar 20:07
Compare
Choose a tag to compare

dev mode enhanced

v1.0.17

07 Mar 17:38
Compare
Choose a tag to compare
  • --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

28 Feb 21:24
Compare
Choose a tag to compare

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

17 Feb 17:45
Compare
Choose a tag to compare

remove clone option in git download

v1.0.14

13 Feb 02:02
Compare
Choose a tag to compare

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

10 Feb 18:13
Compare
Choose a tag to compare

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

backend update callback invocation

03 Feb 10:08
Compare
Choose a tag to compare

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

02 Feb 02:00
Compare
Choose a tag to compare

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.

1.0.10

26 Jan 00:56
Compare
Choose a tag to compare

Fix compatibility issues with Windows