How to use the heroku-cli-util.styledHeader function in heroku-cli-util

To help you get started, we’ve selected a few heroku-cli-util examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github taneliheikkinen / heroku-wp-environment-sync / library / library.js View on Github external
header : function (msg) {
        if(!this.show_messages)
            return;

        if(!msg)
            msg = "";

        cli.styledHeader(msg);
    },

heroku-cli-util

Set of helpful CLI utilities

ISC
Latest version published 5 years ago

Package Health Score

50 / 100
Full package analysis

Similar packages