We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I done serverless registry publish ,and my component already can used in my project. but I can't find it on https://registry.serverless.com site.
[root@localhost bonree]# serverless registry publish serverless ⚡registry Publishing "bonree@0.0.2"... Serverless › Successfully published bonree@0.0.2
here serverless.component.yml
name: bonree version: 0.0.2 author: 'Bonree, Inc' org: 'Bonree, Inc' description: Easily using bonree apm. keywords: 'bonree, apm, serverless, layer' repo: 'https://scf.bonree.com/' readme: 'https://scf.bonree.com/' main: ./src actions: deploy: definition: Deploy a bonree apm layer inputs: src: type: src description: The folder containing the bonree apm agent files of layer agentUrl: type: string default: https://scf.bonree.com/download description: bonree apm download url agentVersion: type: string default: last description: bonree apm agent version description: type: string default: bonree apm layer name: type: string description: The name of layer regex: '^[A-Za-z][\w-_]{0,58}[A-Za-z0-9]$' runtimes: type: array description: Layer support runtimes items: - type: string allow: - Python2.7 - Python3.6 - Nodejs6.10 - Nodejs8.9 - Nodejs10.15 - Nodejs12.16 region: type: string default: ap-guangzhou description: Region for layer deployed to remove: definition: Remove layer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
how my component can show on https://registry.serverless.com
I done serverless registry publish ,and my component already can used in my project. but I can't find it on https://registry.serverless.com site.
here serverless.component.yml
The text was updated successfully, but these errors were encountered: