This repository has been 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 v3.0.5
- increase cli version so current cli can run
parse update
to update to the new binary
Parse CLI v3.0.4
- compile with go 1.5.3
Parse CLI v3.0.3
- Update code used for template heroku project.
- Escape quotes in curl command used to test deploy.
Parse CLI v3.0.2
- update link to account keys documentation
- fix some minor bugs for windows cli based on bug reports.
Parse CLI v3.0.1
- 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.
Parse CLI v3.0.0
- add native support for running server code on Heroku
- https://parse.com/docs/cloudcode/guide?#command-line-heroku
Parse CLI v2.2.9
- 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.
Parse CLI v2.2.8
- 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
Parse CLI v2.2.7
- 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
Parse CLI v2.2.6
- Fix bug in releases cmd
- Use the latest version of go-update