We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67693c commit a0a5840Copy full SHA for a0a5840
1 file changed
serverpod_cloud_cli/lib/commands/project/project.dart
@@ -26,7 +26,7 @@ abstract class ProjectCommands {
26
// This behavior will be changed in the future.
27
final planNames = await cloudApiClient.plans.listProcuredPlanNames();
28
if (planNames.isEmpty) {
29
- const defaultPlanName = 'closed-beta';
+ const defaultPlanName = 'early-access';
30
try {
31
await cloudApiClient.plans.procurePlan(planName: defaultPlanName);
32
} on ResourceDeniedException catch (e) {
0 commit comments