Nosana Node Helper
Helper tooling for the Nosana Node.
Usage
```shell
Usage: nosana-node-helper artifact-uploader [OPTIONS] --job-id --secrets-manager --secrets-token
Options:
-n, --name The name of the archive [default: artifacts]
-j, --job-id The build ID to download and upload artifacts
-s, --storage Storage backend [default: ipfs] [possible values: ipfs]
--pinata-jwt Token when using ipfs [env: PINATA_JWT=]
-p, --path Add paths to archive (can be multiple)
--secrets-manager Url to secrets manager
--secrets-token Token to secrets manager
-h, --help Print help
```