create-mastra 0.0.0-storage-20250225005900 → 0.0.0-trigger-playground-ui-package-20250506151043

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,6 @@
1
- Elastic License 2.0 (ELv2)
1
+ # Elastic License 2.0 (ELv2)
2
+
3
+ Copyright (c) 2025 Mastra AI, Inc.
2
4
 
3
5
  **Acceptance**
4
6
  By using the software, you agree to all of the terms and conditions below.
package/README.md CHANGED
@@ -32,7 +32,7 @@ pnpm create mastra
32
32
 
33
33
  - `--default` - Quick start with defaults (src directory, OpenAI, no examples)
34
34
  - `-c, --components <components>` - Comma-separated list of components (agents, tools, workflows)
35
- - `-l, --llm <model-provider>` - Default model provider (openai, anthropic, or groq)
35
+ - `-l, --llm <model-provider>` - Default model provider (openai, anthropic, groq, google, or cerebras)
36
36
  - `-e, --example` - Include example code
37
37
 
38
38
  ## Examples