Skip to content

[Question] Is there a way to list all the ports interpolated in the wt.toml file? #947

@EduardoSimon

Description

@EduardoSimon

We have several ports configured, basically for next and supabase, something like:

env = "cd ./control_plane_ui && echo 'PORT={{ branch | hash_port }}\nNEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:{{ ('supabase-api-' ~ branch) | hash_port }}\nSUPABASE_API_PORT={{ ('supabase-api-' ~ branch) | hash_port }}\nSUPABASE_DB_PORT={{ ('db-' ~ branch) | hash_port }}\nSUPABASE_STUDIO_PORT={{ ('studio-' ~ branch) | hash_port }}' >> .env.local"

It would be ideal to be able to see the ports when running wt list, but I understand that would clutter the view.

How about inside wt config state?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions