@cloud-cli/vm
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @cloud-cli/vm

Weekly Downloads

1

Version

1.3.2

License

MIT

Unpacked Size

16.6 kB

Total Files

7

Last publish

Collaborators

  • darlanalves