A tool for publishing values in a secure and reliable way.
-
Follow instructions to setup Decentralized Cloud Storage providers: StorJ
-
Install dependencies:
yarn
-
Run help in dev mode to see available commands:
yarn dev help
upload
and download
commands supported only on MacOS and Linux and requires to make build on the same system as the target platform
cd linux_builder && ./build.sh && cd ..
Can be run on any os with Docker support.
Result will be saved at ./dist/spctl-linux
yarn build:linux
IMPORTANT: to make upload
and download
commands works correctly, requires to make this build on Linux only
Result will be saved at ./dist/spctl
yarn build:mac
IMPORTANT: to make upload
and download
commands works correctly, requires to make this build on MacOS only
Result will be saved at ./dist/spctl
yarn build
– compiles typescript with tcs.
yarn build:linux
– builds a linux binary file ready for distribution
yarn build:macos
– builds a macos binary file ready for distribution
yarn dev [command]
– runs command in dev mode
yarn prettier
– runs code auto formatting
- NodeJS v17.4.0
- NPM v8.3.1
- yarn v1.22.17