Skip to content

eduardogch/gulp-cf-push

Repository files navigation

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');
});

About

Gulp plugin to push and app to Pivotal CloudFoundry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published