@contentstack/cli-cm-seed 1.4.1 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,10 @@
1
1
  import { Command } from '@contentstack/cli-command';
2
+ import { FlagInput } from '@contentstack/cli-utilities';
2
3
  export default class SeedCommand extends Command {
3
4
  static description: string;
4
5
  static examples: string[];
5
6
  static usage: string;
6
- static flags: {
7
- repo: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
8
- org: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
9
- 'stack-api-key': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
10
- 'stack-name': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
11
- 'fetch-limit': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
12
- yes: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
13
- stack: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
14
- };
7
+ static flags: FlagInput;
15
8
  static aliases: string[];
16
9
  run(): Promise<{
17
10
  api_key: string;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.1",
2
+ "version": "1.4.3",
3
3
  "commands": {
4
4
  "cm:stacks:seed": {
5
5
  "id": "cm:stacks:seed",
package/package.json CHANGED
@@ -1,15 +1,13 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-seed",
3
3
  "description": "create a Stack from existing content types, entries, assets, etc.",
4
- "version": "1.4.1",
4
+ "version": "1.4.3",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-cm-import": "^1.5.1",
9
- "@contentstack/cli-command": "^1.2.2",
10
- "@contentstack/cli-utilities": "^1.3.1",
11
- "@contentstack/management": "^1.6.1",
12
- "@oclif/core": "^2.3.0",
8
+ "@contentstack/cli-cm-import": "^1.5.3",
9
+ "@contentstack/cli-command": "^1.2.4",
10
+ "@contentstack/cli-utilities": "^1.4.1",
13
11
  "axios": "1.3.4",
14
12
  "inquirer": "8.2.4",
15
13
  "mkdirp": "^1.0.4",
@@ -30,7 +28,7 @@
30
28
  "eslint-config-oclif-typescript": "^0.1.0",
31
29
  "globby": "^10.0.2",
32
30
  "jest": "^29.4.2",
33
- "oclif": "^3.1.2",
31
+ "oclif": "^3.8.1",
34
32
  "ts-jest": "^29.0.5",
35
33
  "ts-node": "^8.10.2",
36
34
  "typescript": "^4.9.3"
@@ -74,4 +72,4 @@
74
72
  "version": "oclif readme && git add README.md",
75
73
  "clean": "rm -rf ./node_modules tsconfig.build.tsbuildinfo"
76
74
  }
77
- }
75
+ }