jk-snippet
v0.0.2
Published
A command-line tool for creating Bitbucket snippets. Created from Atlassian Tutorial: https://developer.atlassian.com/blog/2015/11/scripting-with-node/
Downloads
4
Readme
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
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.