# Borderless Cmdline Tool
Small commandline tool to create and deploy new borderless projects.
Try `borderless --help`:
```
borderless cmdline tool
Usage: borderless [OPTIONS] <COMMAND>
Commands:
init Initializes a new project
pack Creates a new package from an existing project
merge Merges an introduction with a package.json
deploy Deploys a package to a node
link Links the cli to a node or registry
publish Publishes a package to some registry
template Create a new template
help Print this message or the help of the given subcommand(s)
Options:
--private-key <PRIVATE_KEY> Override the private key that should be used for signing
-h, --help Print help
```
Documentation is work-in-progress.