1.3.2 • Published 1 year ago

@cloud-cli/vm v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.3.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.3.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago