Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

devkiran/linode-storage-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linode Object Storage CLI Tool

A CLI tool for interacting with Linode Object Storage API.

Installation

# Global installation
npm install -g linode-storage-cli

Usage

Run the command los to see all the options.

Add the Linode Personal Access Token.

los config <Token>

Returns a list of all Buckets that you own.

los bucket-list

Returns a single bucket.

los bucket-view <label> <cluster>

Creates a bucket.

los bucket-create [options] <label> <cluster> <acl>

Removes a bucket.

los bucket-remove <label> <cluster>

Returns the contents of a bucket.

los object-list <label> <cluster>

Change basic CORS and ACL settings.

los bucket-access-modify --label=<bucket> --cluster=<cluster> --acl=<acl> --cors=<true|false>