-
Notifications
You must be signed in to change notification settings - Fork 22
implement basic netlify functions:list command #211
Conversation
Looks good. We should probably add one more column here: The The live functions are included in the https://open-api.netlify.com/#/default/getSite endpoint Example https://github.com/netlify-labs/oauth-example/blob/master/src/App.js#L155-L156 |
cool, TIL you added the Functions thing to your app the word i wonder if we can hash the function to understand if this specific version of the function has been deployed. |
nice! Looks good.
Yes 😢. There is some serious syncing that needs to happen with API & the API spec. |
GRAPHQL ALL THE THINGS swagger is so 2018 |
- Summary
its small, people want to check that their functions are properly formatted. theres more potential for local validation (
functions doctor
?) generally.closes #209
pulling out the functions parsing to a separate file also helps us write other functionality.
- Description for the changelog
run
ntl functions:list
to see your locally correctly configured functions.- A picture of a cute animal (not mandatory but encouraged)
