lib/faastruby/cli/commands/project/new.rb in faastruby-0.5.11 vs lib/faastruby/cli/commands/project/new.rb in faastruby-0.5.12

- old
+ new

@@ -124,15 +124,17 @@ [ 'secrets:', " # Add secrets here and they will be available inside the function as \"event.context\"", " # Example:", " # prod:", - " # pages/root:", + " # root:", " # a_secret: bfe76f4557ffc2de901cb24e0f87436f", " # another/function:", " # another_secret: 4d1c281e.619a2489c.8b5d.dd945616d324", + "", + " # 'stage' is the default environment when you start Local", " # stage:", - " # pages/root:", + " # root:", " # a_secret: bfe76f4557ffc2de901cb24e0f87436f", " # another/function:", " # another_secret: 4d1c281e.619a2489c.8b5d.dd945616d324" ].join("\n") end