Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 445 Bytes

File metadata and controls

47 lines (31 loc) · 445 Bytes

Docker volume management

Usage

npm i @cloud-cli/vm
// cloudy.conf.mjs

import volume from '@cloud-cli/vm';

export default { volume };

API

Create a volume

cy volume.add --name "foo"

Remove a volume

cy volume.remove --name "foo"

Get details of a volume

cy volume.show --name "foo"

List volumes

cy volume.list

Prune unused volumes

cy volume.prune