Documentation
¶
Overview ¶
Package startup prints a short status banner when Atmos runs inside a detected CI provider, reporting Native CI mode, Atmos Pro, and legacy GitHub Action usage. It composes pkg/ci and pkg/ci/providers/github, which pkg/ci cannot import directly: pkg/ci/providers/github already imports pkg/ci to register itself, so the reverse import would create a cycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintStartupStatus ¶
func PrintStartupStatus(atmosConfig *schema.AtmosConfiguration)
PrintStartupStatus prints the Atmos version, Native CI status, Atmos Pro status, and (when detected) a legacy-action warning. It is a no-op unless Atmos detects it is actually running inside a CI provider.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.