awsProfileGenerator top-level property

FigGenerator awsProfileGenerator
final

Implementation

final FigGenerator awsProfileGenerator = const FigGenerator(
  script: ['aws', 'configure', 'list-profiles'],
  cache: FigCache(
    strategy: 'stale-while-revalidate',
    cacheByDirectory: true,
  ),
  postProcess: _processAwsProfiles,
);