Helper tooling for the Nosana Node.
```shell
Usage: nosana-node-helper artifact-uploader [OPTIONS] --job-id
Options:
-n, --name
To test this you can run cargo test
, if you want to see all of the
output of running the methods you can run the following command:
bash
cargo test -- --nocapture
Make sure to add your JWT to your environment in order to run Pinata storage tests.
bash
export PINATA_JWT="yourPinataTokenHere"
Make sure to add a fresh Secrets Manager JWT to your environment in order to run secrets tests.
bash
export SECRETS_JWT="yourSecretsTokenHere"