You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
CircleCI CLI Diagnostics
---
Debugger mode: false
Config found: /Users/username/.circleci/cli.yml
API host: https://circleci.com
API endpoint: graphql-unstable
OK, got a token.
Trying an introspection query on API...
Ok.
Current behavior:
The cli doesn't initialize a new orb.
$ circleci orb init packages/my-orb --private
Once an orb is created it cannot be deleted. Orbs are semver compliant, and each published version is immutable. Publicly released orbs are potential dependencies for other projects.
Therefore, allowing orb deletion would make users susceptible to unexpected loss of functionality.
? Would you like to perform an automated setup of this orb? No, just download the template.
Downloading Orb Project Template into packages/my-orb
Error: Unexpected error: json: cannot unmarshal object into Go value of type []cmd.orbProtectTemplateRelease
Expected behavior:
A new orb should be initialized.
When did this begin / Was this previously working?:
It has worked previously - don't know when it started failing, as I don't create many new orbs from.
Additional Information:
The text was updated successfully, but these errors were encountered:
lah-wag
changed the title
'orb init' failes with json unmarshalling error "cannot unmarshal object into Go value of type []cmd.orbProtectTemplateRelease"
'orb init' fails with json unmarshalling error "cannot unmarshal object into Go value of type []cmd.orbProtectTemplateRelease"
Dec 4, 2024
Meta:
CircleCI CLI Version:
0.1.31151+591d7b2 (homebrew)
Operating System:
Arm64 MacOS 15.1
CircleCI CLI Diagnostic:
Current behavior:
The cli doesn't initialize a new orb.
Expected behavior:
A new orb should be initialized.
When did this begin / Was this previously working?:
It has worked previously - don't know when it started failing, as I don't create many new orbs from.
Additional Information:
The text was updated successfully, but these errors were encountered: