@karmaniverous/get-dotenv
    Preparing search index...

    Function awsPlugin

    • AWS plugin: establishes an AWS session (credentials/region) based on dotenv configuration. Supports SSO login-on-demand and credential exporting. Can be used as a parent command to wrap aws CLI invocations.

      Returns PluginWithInstanceHelpers<
          GetDotenvOptions,
          {
              defaultRegion?: string;
              loginOnDemand?: boolean;
              profile?: string;
              profileFallbackKey?: string;
              profileKey?: string;
              region?: string;
              regionKey?: string;
              strategy?: "cli-export"
              | "none";
          },
          [],
          {},
          {},
      >