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
I can't seem to get to prepare.sh script to work when I put in the provider name and organization name as inputs. I receive the sed error above saying there are no input files.
I followed the steps in this documentation: https://github.com/upbound/upjet/blob/main/docs/generating-a-provider.md
to create my own crossplane provider from a terraform provider. I ran into this error with the ./hack/prepare.sh script:
Lower case provider name (ex. github): xxxxx
Normal case provider name (ex. GitHub): xxxxx
Organization (ex. xxxxxx, my-org-name): xxxxxx
CRD rootGroup (ex. xxxxxxxx.io, crossplane.io): xxxxxxxxxx.io
sed: no input files
Any suggestions on how I can proceed?
The text was updated successfully, but these errors were encountered: