tokenpatch First Run
Console   Settings

First-run checklist

Workdir: {{ workdir }}
Strong provider: {{ strong_provider }}
Executor provider: {{ executor_provider }}
Ready to plan
{{ "yes" if ready_to_plan else "not yet" }}
Ready to run
{{ "yes" if ready_to_run else "not yet" }}
{% if next_action %}
Next action: {{ next_action.title }}
{{ next_action.status }}
{{ next_action.fix }}
{% endif %}
Open Console

Checklist details

{% for step in steps %}
{{ step.title }}
{{ step.status }}
{{ step.message }}
{% if step.status != "pass" %}
Fix: {{ step.fix }}
{% endif %}
{% endfor %}