like how does this convert to shell script: ``` ...
# orm-help
b
like how does this convert to shell script:
Copy code
environment:
      PRISMA_CONFIG: |
        port: 4466
        databases:
          default:
            connector: postgres
            host: postgres
            database: database
            user: username
            password: password
            rawAccess: true
            port: 5432
            migrations: true

`