Skip to content

csm_install doesn't work #22

@niks3089

Description

@niks3089

The code assumes the csm_install is only for local projects :

    if (command.startsWith('csm_install') || command.startsWith('csm_update')) {
      return await csmInstallOrUpdate(command);
    }

Hence regular command-sets from our github repo cannot be installed:

 nc> csm_install awsbill
Error: Path /Users/nikhil/projects/nimbella/awsbill doesn't exist.
 nc> csm_install gcloud
Error: Path /Users/nikhil/projects/nimbella/gcloud doesn't exist.
 nc>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions