Show / Hide Table of Contents

Put

Upload a new file, folder or string to a bucket

Unix

 qarnot put bucket

Windows

 qarnot.exe put bucket

USAGE

Send 2 folders to a bucket folder

  • qarnot bucket put --local-folder ./folder1 ./folder2 --name Bucket-name Send 2 files to a bucket folder
  • qarnot bucket put --local-file ./folder/file1 ./folder/file2 --name Bucket-name Send a string to a bucket file
  • qarnot bucket put --bucket-path /folder/path/name.txt --name Bucket-name --string "string to send" Error: missing name
  • qarnot bucket put

Flags

flag description
--name, -n Name of the bucket to upload to
--local-folder, -l List of folders to send
--local-file, -f List of files to send
--bucket-path, -b Bucket path must be set for a string.(default:root path)(need to be a file if string set, else, need to be a folder)
--string, -s String to send to a bucket
--token, -t Connection API token
--unsafe-ssl Don't check the ssl certificate
--api-ca-certificate Path to your custom SSL certificate
--verbose, -v Set the max verbose messages
--quiet, -q Set no verbose messages
--no-color Remove the color on the console
--format Change the result format (one of TABLE (default) or JSON)
-h, --human-readable Print sizes in human readable format (e.g. 1K, 234M, etc.)
--version The current version
--help Show help and usage information

Version: CreateDoc-0.0.50-4af90b6-01/01/0001 00:Z-.NET6.0.36
Copyright: Copyright (C) 2025 Qarnot computing

In this article
  • USAGE
  • Flags
Back to top Generated by DocFX