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 v3.0.5
Sorry, something went wrong.
No results found
- increase cli version so current cli can run parse update to update to the new binary
Parse CLI v3.0.4
Sorry, something went wrong.
No results found
Parse CLI v3.0.3
Sorry, something went wrong.
No results found
- Update code used for template heroku project.
- Escape quotes in curl command used to test deploy.
Parse CLI v3.0.2
Sorry, something went wrong.
No results found
- update link to account keys documentation
- fix some minor bugs for windows cli based on bug reports.
Parse CLI v3.0.1
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
Parse CLI v2.2.9
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
- 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
Sorry, something went wrong.
No results found
- Fix bug in releases cmd
- Use the latest version of go-update