Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 456 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 456 Bytes

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/dell/gocsi/csc