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
Ran platform project:init on a project recently. After selecting python as the runtime, setting the project name, and selecting my services (postgresql and redis), the ending message told me that it had created not only a .platform.app.yaml file, but also an applications.yaml file inside of .platform. However, it did not actually generate the applications.yaml file.
❯ platform project:init
<snip>
What language is your project using? We support the following: [Python]
✓ Detected dependency managers: Pipenv
Tell us your project's application name: [classquiz] (\_/)We’re almost done... =(^.^)=<snip>Select all the services you are using: [PostgreSQL, Redis]┌───────────────────────────────────────────────────┐│ CONGRATULATIONS! ││ ││ We have created the following files for your: ││ - .environment ││ - .platform.app.yaml ││ - .platform/services.yaml ││ - .platform/routes.yaml ││ - .platform/applications.yaml ││ ││ We’re jumping for joy! ⍢ │└───────────────────────────────────────────────────┘
Ran
platform project:init
on a project recently. After selectingpython
as the runtime, setting the project name, and selecting my services (postgresql and redis), the ending message told me that it had created not only a.platform.app.yaml
file, but also anapplications.yaml
file inside of.platform
. However, it did not actually generate theapplications.yaml
file.❯ ls -al .platform total 16 drwxr-xr-x 4 gilzow staff 128 Apr 25 14:47 . drwxr-xr-x 44 gilzow staff 1408 Apr 25 15:08 .. -rw-r--r-- 1 gilzow staff 439 Apr 25 14:47 routes.yaml -rw-r--r-- 1 gilzow staff 484 Apr 25 14:47 services.yaml
Platform version:
The text was updated successfully, but these errors were encountered: