Skip to content
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

functions: attributes generated by quick start are undocumented #1534

Open
KylePeterDavies opened this issue May 28, 2024 · 0 comments
Open
Labels

Comments

@KylePeterDavies
Copy link

Describe the Issue:

If you generate a quick start for Go with doctl ...

doctl serverless init --language go test

doctl will generate a quick start and it's project.yml for the language. If you inspect the generated project.yml

parameters: {}
environment: {}
packages:
    - name: sample
      shared: false
      environment: {}
      parameters: {}
      annotations: {}
      functions:
        - name: hello
          binary: false
          main: ""
          runtime: go:default
          web: true
          webSecure: false
          parameters: {}
          environment: {}
          annotations: {}
          limits: {}

The binary and annotations attributes are undocumented at Project Configuration YAML File

Environment:

doctl version 1.105.0-release
release 1.106.0 is available, check it out! 
@KylePeterDavies KylePeterDavies changed the title functions: attributes generated by quick start is undocumented functions: attributes generated by quick start are undocumented May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant