File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed
Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- import Command from '../command'
1+ import Command from '../../core/ command'
22import { flags } from '@contentstack/cli-command'
33import cli from 'cli-ux'
44import buildOutput from '../../core/content-type/audit'
Original file line number Diff line number Diff line change 1- import Command from '../command'
1+ import Command from '../../core/ command'
22import { flags } from '@contentstack/cli-command'
33import cli from 'cli-ux'
44import buildOutput from '../../core/content-type/compare'
Original file line number Diff line number Diff line change 1- import Command from '../command'
1+ import Command from '../../core/ command'
22import { flags } from '@contentstack/cli-command'
33import buildOutput from '../../core/content-type/details'
44import cli from 'cli-ux'
Original file line number Diff line number Diff line change 1- import Command from '../command'
1+ import Command from '../../core/ command'
22import { flags } from '@contentstack/cli-command'
33import cli from 'cli-ux'
44import buildOutput from '../../core/content-type/list'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import { Command } from '@contentstack/cli-command'
2- import { BuildOutput } from '../core /content-type/build-output'
3- import ContentstackClient from '../core /contentstack/client'
2+ import { BuildOutput } from './content-type/build-output'
3+ import ContentstackClient from './contentstack/client'
44
55export default class ContentTypeCommand extends Command {
66 protected static RequestDataMessage = 'Requesting data' ;
You can’t perform that action at this time.
0 commit comments