Skip to content

platformify indicates both a .platform.app.yaml file and .platform/applications.yaml are created, but they're not #220

Open
@gilzow

Description

@gilzow

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! ⍢                        │
└───────────────────────────────────────────────────┘
❯ 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:

❯ platform version
Platform.sh CLI 5.0.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions