Stone.js API
    Preparing search index...
    • Print the Stone.js signature banner once, before any command runs.

      The banner (the « Le Portail » logo + wordmark) is the CLI's signature: every command shows it, exactly once. Registered on the onExecutingEventHandler lifecycle hook, which fires once per command invocation; the container is injected, so commandOutput and blueprint are resolved from it (same bindings the commands use).

      Parameters

      • context: { blueprint: IBlueprint; commandOutput: CommandOutput }

        The injected container, destructured to its command output and blueprint.

      Returns void