using-tigris

Automate Tigris object storage tasks via the CLI.

330|17|Updated Feb 12, 2015
One-click install
npx skills add https://github.com/Xe/x --skill using-tigris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-tigris
Source: https://github.com/Xe/x/tree/main/.claude/skills/using-tigris
Command: npx skills add https://github.com/Xe/x --skill using-tigris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the configuration and day-to-day use of the Tigris CLI to manage object storage, including credentials, bucket lifecycle, and object operations.

Core Features & Use Cases

  • Configure credentials and login to Tigris.
  • Manage bucket lifecycle: create, list, get, delete, and adjust settings.
  • Perform object operations: put, get, list, delete, and basic copy/move tasks.
  • Manage access keys and user identity as part of account administration.
  • Use Case: Set up a new project quickly by configuring credentials, creating a bucket, uploading files, and retrieving them as needed.

Quick Start

Configure your Tigris credentials, then create a bucket and upload a file to begin using the CLI.

Frequently Asked Questions about using-tigris

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure credentials and log in to Tigris object storage via CLI?

To configure Tigris object storage credentials via CLI, use the tigris configure and tigris login commands to set up access keys and authenticate your account for managing buckets and objects.

What CLI commands are needed to create and manage Tigris buckets?

Managing Tigris buckets requires using tigris buckets subcommands to create, list, get, and delete buckets, allowing you to control the entire bucket lifecycle and adjust settings as needed.

How do I upload and download files to Tigris object storage using the CLI?

Upload and download files to Tigris object storage by using tigris objects put and tigris objects get subcommands, which handle object operations including basic copy and move tasks across workflows.

Can I manage Tigris access keys and user identity through the command line?

Yes, you can manage Tigris access keys and user identity through the CLI as part of account administration, enabling you to configure credentials and maintain secure access to your object storage environment.

What is the best way to automate Tigris object storage tasks for developers and operators?

Automating Tigris object storage tasks is best achieved by using the CLI to script bucket lifecycle management and object operations, covering configuration, creation, file transfers, and retrieval within typical workflows.