Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-parse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-parse

Simple wrapper for the `parse` binary. Allows usage of parse deployment from an ember-cli app with ease. At the moment this addon only targets static assets, but it could be improved in the future to support server side deploys as well.

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Ember-cli-parse Build Status

Simple wrapper for the parse binary. Allows usage of parse deployment from an ember-cli app with ease. At the moment this addon only targets static assets, but it could be improved in the future to support server side deploys as well.

Usage

Installation

From within your Ember CLI application run:

npm install --save-dev ember-cli-parse

Setting up Parse

From within your Ember CLI application run:

ember generate parse
Specifying the Parse application

The generator creates a config file in config/parse.js. Using it you can configure applications to be used depending on the given environment. The production environment can automatically be setup using environment variables.

export PARSE_APP_NAME="Your Parse App Name"
export PARSE_APP_ID="APP_ID"
export PARSE_MASTER_KEY="MASTER_KEY"
ember parse deploy

Or in one line:

PARSE_APP_NAME="Your Parse App Name" PARSE_APP_ID="APP_ID" PARSE_MASTER_KEY="MASTER_KEY" emer parse deploy

Deploy

ember parse deploy

By default, the --environment=development option will be set for the Ember CLI build step. If you'd like to specify the development environment, you can do so with the following command:

ember parse deploy --environment=development

Contributing

Running Tests

  • npm test

License

MIT

Keywords

FAQs

Package last updated on 30 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc