1.3.2 • Published 6 days ago

@cloud-cli/vm v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

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
1.3.2

6 days ago

1.3.1

4 months ago

1.2.0

7 months ago

1.1.0

8 months ago

1.3.0

6 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago