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
* fix: add frontendless flag [ext-6292]
- added frontendless flag (short circuits function-template generation)
fix: add frontendless flag [ext-6292]
fix: Wording and renamed flag to `--skip-ui`
* fix: remove console log
* fix: add frontendless flag [ext-6292]
- added frontendless flag (short circuits function-template generation)
fix: add frontendless flag [ext-6292]
fix: Wording and renamed flag to `--skip-ui`
* fix: remove console log
* fix: app-scripts version
* chore: Update README's for CCA and added generate-function to app-scripts README
> Both interactive and nonInteractive version of the same script is meant to return the same result.
62
62
63
+
### Generate Function
64
+
Allows generating a new function template from our [function examples](https://github.com/contentful/apps/tree/master/function-examples). Automatically updates `contentful-app-manifest.json` and merges scripts/dependencies from `package.json` into existing project.
65
+
66
+
#### Interactive mode:
67
+
68
+
In the interactive mode, the CLI will ask for all required options.
0 commit comments