ARIO DeployCommands
Direct Commands
Use flags for faster, scriptable deployments:
ario-deploy deploy --wallet ./wallet.json
ario-deploy deploy --use-arns --arns-name my-app --wallet ./wallet.json --arns-wallet ./arns-id.jsonDeploy using private key directly:
ario-deploy deploy --private-key "$(cat wallet.json)"Deploy using environment variable:
DEPLOY_KEY=$(base64 -i wallet.json) ario-deploy deploy --deploy-folder ./distDeploy a specific folder:
ario-deploy deploy --wallet ./wallet.json --deploy-folder ./buildDeploy a single file:
ario-deploy deploy --wallet ./wallet.json --deploy-file ./path/to/file.txtHow is this guide?