gulp-cf-push

1.1.1 • Public • Published

gulp-cf-push

Gulp plugin to push and app to Pivotal CloudFoundry

npm version Build Status

Installation

In the terminal run the following command

  • npm install gulp-cf-push --save-dev

How to use

Import NPM module in gulpfile.js

var cfPush = require('gulp-cf-push');

/* Pivotal CloudFoundry - cf push **/
gulp.task('cf-push', function(done){
    cfPush('manifest.yml');
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i gulp-cf-push

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • eduardogch