Parse Cli Versions Save

release_3.0.5

8 years ago
  • increase cli version so current cli can run parse update to update to the new binary

release_3.0.4

8 years ago
  • compile with go 1.5.3

release_3.0.3

8 years ago
  • Update code used for template heroku project.
  • Escape quotes in curl command used to test deploy.

release_3.0.2

8 years ago
  • update link to account keys documentation
  • fix some minor bugs for windows cli based on bug reports.

release_3.0.1

8 years ago
  • update readme with correct information
  • fix heroku name with space issue 41
  • record the mode of operations of cli [heroku/parse]
  • increased version check timeout to 1s from 500ms.

release_3.0.0

8 years ago

release_2.2.9

8 years ago
  • allow for users to just create an app, without setting up a cloud code project
  • prompt the user if they want to set up a blank project or the full template project
  • major re-organization of code structure into packages
  • change webhooks configuration format to json instead of csv for flexibility
  • let parse develop deploy to default app, if no app is provided in arguments. however, ask for confirmation in that case.
  • other minor docs & links updates.

release_2.2.8

8 years ago
  • add a subcommand to 'configure' to to create/edit/delete webhooks
  • refactor new & add command to allow it to be non-interactive. also init should init current directory with config
  • add tests & miscellaneous documentation fixes

release_2.2.7

8 years ago
  • update help messages & readme
  • allow user to configure the project type for given code
  • set first ever account key = default, to avoid confusion while using new/list
  • automatic download of latest deployed code when running parse new with 'e'xisting option
  • list takes an app name as argument and print its properties
  • parametrize 'new' command so automatic scripts can use it in 'non-interactive' mode
  • allow download to a given location, instead of always downloading to a temporary location

release_2.2.6

8 years ago
  • Fix bug in releases cmd
  • Use the latest version of go-update