package
1.2.2
Repository: https://github.com/rexray/gocsi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Container Storage Client

The Container Storage Client (csc) is a command line interface (CLI) tool that provides analogues for all of the CSI RPCs.

$ csc
NAME
    csc -- a command line container storage interface (CSI) client

SYNOPSIS
    csc [flags] CMD

AVAILABLE COMMANDS
    controller
    identity
    node

Use "csc -h,--help" for more information

Installation

$ GO111MODULE=off go get -u github.com/rexray/gocsi/csc