vcd-cli icon indicating copy to clipboard operation
vcd-cli copied to clipboard

vcd vm insert-cd faiels with "Error: No such command insert-cd".

Open moortimis opened this issue 5 years ago • 0 comments

Hi All,

Currently having issues with the documented approach for attaching an iso to a vm.

bash-4.4$ vcd vm insert-cd
Usage: vcd vm [OPTIONS] COMMAND [ARGS]...
Try "vcd vm -h" for help.

Error: No such command "insert-cd".

# vcd version 
vcd-cli, VMware vCloud Director Command Line Interface, 21.1.0

The environment is being built using the following dockerfile

FROM jenkins/jnlp-slave:3.29-1-alpine

LABEL maintainer="Tim Moor <[email protected]>"

RUN apk add --virtual build-dependencies build-base gcc wget git \
                      python3 python3-dev py3-lxml libffi-dev openssl-dev \
                      libxml2 libxml2-dev g++ libxslt-dev &&\
    pip3 install --upgrade pip && \
    pip3 install virtualenv pyvcloud vcd-cli

moortimis avatar Aug 06 '19 03:08 moortimis