New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

linode-storage-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linode-storage-cli

Linode Object Storage CLI Tool.

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

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>

Keywords

FAQs

Package last updated on 28 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc