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 AlreadyShown ¶
func AlreadyShown() bool
AlreadyShown reports whether a top-level atmos invocation has already printed its startup notices earlier in this process tree.
func MarkShown ¶
func MarkShown()
MarkShown records that this process tree has already handled startup notices. Any atmos child process spawned afterward inherits this via the OS environment and skips startup banners and warn-mode experimental notices. Daily experimental warnings are tracked separately per feature in the cache.
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.