jk-snippet

0.0.2 • Public • Published

JK-Snippet

CLI tool for pushing a local file as a Bitbucket Snippet

This tool was built while following an Atlassian tutorial on creating CLI scripts with Node.js, which can be seen at this link

Installation

  • Install Node.js and npm
  • Run npm install -g jk-snippet

Usage

snippet [options] <file>

Options:

-h, --help                 output usage information
-u, --username <username>  The user to authenticate as
-p, --password <password>  The user's password 

Snippet will prompt for username and password if not declared by an option.

/jk-snippet/

    Package Sidebar

    Install

    npm i jk-snippet

    Weekly Downloads

    1

    Version

    0.0.2

    License

    Apache-2.0

    Last publish

    Collaborators

    • jkrusinski