This repository was archived by the owner on Jan 16, 2021. It is now read-only.
Releases: parse-community/parse-cli
Releases · parse-community/parse-cli
Parse CLI v2.2.5
- add download command to enable downloading deployed cloud code to local machine
- add messaging about download cmd in new app creation flow, where required
- improve messaging around configure cmd
- add info about configuring default cmd
Parse CLI v2.2.4
- add migrate command to upgrade to new preferred format
- update url for account keys & make them public via a blog post & docs!
- add support for multiple account keys, one for each email aka parse account
- fix some messaging in login command
Parse CLI v2.2.3
- add timeout to supported version check
- modify new creation flow to re-use app keys for fetching latest jssdk version
- update account key creation flow messages
- add retries to creating/ inputting account keys
- simplify keys creation flow for opening the browser
Parse CLI v2.2.2
- Fix new app creation flow for account keys
- Upgrade parse-cli to a new config format that separates project level configs from local configs. See 1c4ac05
- Update read-me with the new configure command
Parse CLI v2.2.1
- Make access token usage available for new, list & deploy commands.
- Add better error handling to deploy command.
- Ensure that current version of CLI is supported by the parse api.
- Fully remove auto-update functionality from the code.
Parse CLI v2.2.0
- Retry log fetching on network interruption in develop command
- Do not cause panic on error in call to https://api.parse.com/1/apps
- Remove support for "local" configuration.
- "configure token" command to allow storing access tokens.
- Refactor code to allow for storing configuration in .parse.local & .parse.project in lieu of global.config
- Do not auto-update on a new release.