-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oc enable
points to non-existing pipeline
#116
Comments
The bug is in enable.ts, line 14:
With the new org name, looks like the repo's URL is now https://github.com/cloud-native-toolkit/garage-pipelines. So I believe you need to publish it as https://cloud-native-toolkit.github.io/garage-pipelines/ and then update Also, the repo's GitHub page lists the old URL in the About section, https://ibm-garage-cloud.github.io/garage-pipelines/. It'd be good to update that as well. |
I had missed this one yesterday. Will be fixed shortly |
The workaround for the time being would be to pass the correct repo url as a parameter to the command -
|
Thanks. We tried that workaround yesterday, but |
What is the command to reinstall the CLI now? The instructions on how to install the CLI need to be updated. These pages use an NPM package name that has changed:
Looks like the NPM package with the new name hasn't been republished. Also, the ibm-garage-cloud-cli repo should probably be renamed to The script for installing the CLIs, So what is the CLI install command now? The docs say to install by running:
But that package doesn't exist anymore:
I assume the package is now called
The repo is named cloud-native-toolkit/ibm-garage-cloud-cli, but that package name doesn't work either:
So I'm stumped on how to reinstall this thing. |
can your add a PR ? |
The NPM package name hasn't changed... The command to install the cli is still `npm i -g @ibmgaragecloud/ibm-garage-cloud-cli`
At some point that will be renamed to remove the IBM Garage name but nothing has changed for that at the moment
Sean SundbergIBM Garage Solution EngineeringIBM Austin, TX U.S.A.e-mail: ***@***.***
----- Original message -----From: Bobby Woolf ***@***.***>To: cloud-native-toolkit/ibm-garage-cloud-cli ***@***.***>Cc: Sean Sundberg ***@***.***>, Assign ***@***.***>Subject: [EXTERNAL] Re: [cloud-native-toolkit/ibm-garage-cloud-cli] `oc enable` points to non-existing pipeline (#116)Date: Fri, Mar 26, 2021 3:22 PM Also, need to update the instructions on how to install the CLI. These pages use an NPM package name that has changed: https://cloudnativetoolkit.dev/getting-started/cli/ https://github.com/cloud-native-toolkit/ibm-garage-cloud-cli/blob/main/README.md ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
This message came from outside your organization. ZjQcmQRYFpfptBannerEnd
Also, need to update the instructions on how to install the CLI. These pages use an NPM package name that has changed:
https://cloudnativetoolkit.dev/getting-started/cli/ https://github.com/cloud-native-toolkit/ibm-garage-cloud-cli/blob/main/README.md
Looks like the NPM package name has changed but hasn't been republished.
Also, the ibm-garage-cloud-cli repo should probably be renamed to cloud-native-toolkit-cli.
The script for installing the CLIs, shell.cloudnativetoolkit.dev, probably needs to be updated to use the new IGC install command.
So what is the CLI install command now?
The docs say to install by running:
npm i -g @ibmgaragecloud/ibm-garage-cloud-cli
But that package doesn't exist anymore:
$ igc --version1.16.3$ igc enableLooking up pipelines from repository: https://ibm-garage-cloud.github.io/garage-pipelines/Error loading pipeline index from https://ibm-garage-cloud.github.io/garage-pipelines/$ npm i -g @ibmgaragecloud/ibm-garage-cloud-clinpm ERR! code E404npm ERR! 404 Not Found - GET ***@***.***%2fibm-garage-cloud-cli - Not foundnpm ERR! 404npm ERR! 404 ***@***.***/ibm-garage-cloud-cli@*' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
I assume the package is now called @cloudnativetoolkit/cloud-native-toolkit-cli, but that doesn't work either:
$ npm i -g @cloudnativetoolkit/cloud-native-toolkit-clinpm ERR! code E404npm ERR! 404 Not Found - GET ***@***.***%2fcloud-native-toolkit-cli - Not foundnpm ERR! 404npm ERR! 404 ***@***.***/cloud-native-toolkit-cli@*' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
The repo is named cloud-native-toolkit/ibm-garage-cloud-cli, but that package name doesn't work either:
$ npm i -g @cloudnativetoolkit/ibm-garage-cloud-clinpm ERR! code E404npm ERR! 404 Not Found - GET ***@***.***%2fibm-garage-cloud-cli - Not foundnpm ERR! 404npm ERR! 404 ***@***.***/ibm-garage-cloud-cli@*' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
So I'm stumped on how to reinstall this thing.
—You are receiving this because you were assigned.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Never mind... it ***@***.***/cloud-native-toolkit-cli and has been for a LONG time. Did we revert a change somewhere? How could that be wrong?
Sean SundbergIBM Garage Solution EngineeringIBM Austin, TX U.S.A.e-mail: ***@***.***
----- Original message -----From: Sean Sundberg/Austin/IBMTo: ***@***.***Cc: ***@***.***, ***@***.***Subject: Re: [EXTERNAL] Re: [cloud-native-toolkit/ibm-garage-cloud-cli] `oc enable` points to non-existing pipeline (#116)Date: Fri, Mar 26, 2021 10:52 PM
The NPM package name hasn't changed... The command to install the cli is still `npm i -g @ibmgaragecloud/ibm-garage-cloud-cli`
At some point that will be renamed to remove the IBM Garage name but nothing has changed for that at the moment
Sean SundbergIBM Garage Solution EngineeringIBM Austin, TX U.S.A.e-mail: ***@***.***
----- Original message -----From: Bobby Woolf ***@***.***>To: cloud-native-toolkit/ibm-garage-cloud-cli ***@***.***>Cc: Sean Sundberg ***@***.***>, Assign ***@***.***>Subject: [EXTERNAL] Re: [cloud-native-toolkit/ibm-garage-cloud-cli] `oc enable` points to non-existing pipeline (#116)Date: Fri, Mar 26, 2021 3:22 PM Also, need to update the instructions on how to install the CLI. These pages use an NPM package name that has changed: https://cloudnativetoolkit.dev/getting-started/cli/ https://github.com/cloud-native-toolkit/ibm-garage-cloud-cli/blob/main/README.md ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
This message came from outside your organization. ZjQcmQRYFpfptBannerEnd
Also, need to update the instructions on how to install the CLI. These pages use an NPM package name that has changed:
https://cloudnativetoolkit.dev/getting-started/cli/ https://github.com/cloud-native-toolkit/ibm-garage-cloud-cli/blob/main/README.md
Looks like the NPM package name has changed but hasn't been republished.
Also, the ibm-garage-cloud-cli repo should probably be renamed to cloud-native-toolkit-cli.
The script for installing the CLIs, shell.cloudnativetoolkit.dev, probably needs to be updated to use the new IGC install command.
So what is the CLI install command now?
The docs say to install by running:
npm i -g @ibmgaragecloud/ibm-garage-cloud-cli
But that package doesn't exist anymore:
$ igc --version1.16.3$ igc enableLooking up pipelines from repository: https://ibm-garage-cloud.github.io/garage-pipelines/Error loading pipeline index from https://ibm-garage-cloud.github.io/garage-pipelines/$ npm i -g @ibmgaragecloud/ibm-garage-cloud-clinpm ERR! code E404npm ERR! 404 Not Found - GET ***@***.***%2fibm-garage-cloud-cli - Not foundnpm ERR! 404npm ERR! 404 ***@***.***/ibm-garage-cloud-cli@*' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
I assume the package is now called @cloudnativetoolkit/cloud-native-toolkit-cli, but that doesn't work either:
$ npm i -g @cloudnativetoolkit/cloud-native-toolkit-clinpm ERR! code E404npm ERR! 404 Not Found - GET ***@***.***%2fcloud-native-toolkit-cli - Not foundnpm ERR! 404npm ERR! 404 ***@***.***/cloud-native-toolkit-cli@*' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
The repo is named cloud-native-toolkit/ibm-garage-cloud-cli, but that package name doesn't work either:
$ npm i -g @cloudnativetoolkit/ibm-garage-cloud-clinpm ERR! code E404npm ERR! 404 Not Found - GET ***@***.***%2fibm-garage-cloud-cli - Not foundnpm ERR! 404npm ERR! 404 ***@***.***/ibm-garage-cloud-cli@*' is not in the npm registry.npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
So I'm stumped on how to reinstall this thing.
—You are receiving this because you were assigned.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Doesn't seem to be working. Have you tried? I get this:
|
The right command is
|
Looks like
|
The text was updated successfully, but these errors were encountered: