We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca3c03 commit 483e70bCopy full SHA for 483e70b
src/cmds/backup.ts
@@ -3,7 +3,6 @@ import chalk from 'chalk';
3
import { environmentConfigExists, getEnvironmentsConfig } from '../utils/environmentUtils';
4
import { CleanService, ExportService, ImportService, ZipService, IProcessedItem } from '@kentico/kontent-backup-manager';
5
import { getFileBackupName } from '../utils/fileUtils';
6
-// TODO - decide whether to use thi implementation or i.e. fs module or any other standard
7
import { FileService } from '@kentico/kontent-backup-manager/dist/cjs/lib/node';
8
9
const kontentBackupCommand: yargs.CommandModule = {
0 commit comments