Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Releases: parse-community/parse-cli

Parse CLI v2.2.5

29 Aug 20:18
Compare
Choose a tag to compare
  • 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

27 Aug 14:34
Compare
Choose a tag to compare
  • 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

23 Aug 22:49
Compare
Choose a tag to compare
  • 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

20 Aug 16:10
Compare
Choose a tag to compare
  • 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

18 Aug 16:26
Compare
Choose a tag to compare
  • 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

11 Aug 00:37
Compare
Choose a tag to compare
  • 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.