New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cloud-cli/vm

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloud-cli/vm

Docker volume management

latest
Source
npmnpm
Version
1.3.2
Version published
Maintainers
1
Created
Source

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

Keywords

cloudy

FAQs

Package last updated on 06 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts