profilesGenerator top-level property

FigGenerator profilesGenerator
final

配置生成器

Implementation

final FigGenerator profilesGenerator = FigGenerator(
  script: (context) {
    final compose = getComposeCommand(context);
    final fileArgs = extractFileArgs(context);
    return [...compose, ...fileArgs, 'config', '--profiles'];
  },
  splitOn: '\n',
);