@karmaniverous/aws-secrets-manager-tools
    Preparing search index...

    Function secretsPlugin

    • get-dotenv plugin that provides aws secrets pull|push|delete.

      Intended usage: mount under awsPlugin().use(secretsPlugin()).

      Returns PluginWithInstanceHelpers<
          GetDotenvOptions,
          {
              pull?: { exclude?: string[]; include?: string[]; to?: string };
              push?: { exclude?: string[]; from?: string[]; include?: string[] };
              secretName?: string;
              templateExtension?: string;
          },
          [],
          {},
          {},
      >