-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working