Skip to content

Commit

Permalink
fix(misc): remove -d as alias in generator schema (#12885)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Oct 28, 2022
1 parent 2cddd68 commit 35dd6c9
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 42 deletions.
9 changes: 3 additions & 6 deletions docs/generated/packages/expo.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
},
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d"
"type": "string"
},
"skipFormat": {
"description": "Skip formatting files",
Expand Down Expand Up @@ -157,8 +156,7 @@
},
"directory": {
"type": "string",
"description": "A directory where the lib is placed.",
"alias": "d"
"description": "A directory where the lib is placed."
},
"linter": {
"description": "The tool to use for running lint checks.",
Expand Down Expand Up @@ -287,8 +285,7 @@
},
"directory": {
"type": "string",
"description": "Create the component under this directory (can be nested).",
"alias": "d"
"description": "Create the component under this directory (can be nested)."
},
"flat": {
"type": "boolean",
Expand Down
9 changes: 3 additions & 6 deletions docs/generated/packages/nx-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
},
"directory": {
"type": "string",
"description": "A directory where the plugin is placed.",
"alias": "d"
"description": "A directory where the plugin is placed."
},
"importPath": {
"type": "string",
Expand Down Expand Up @@ -203,8 +202,7 @@
},
"description": {
"type": "string",
"description": "Migration description.",
"alias": "d"
"description": "Migration description."
},
"packageVersion": {
"type": "string",
Expand Down Expand Up @@ -313,8 +311,7 @@
},
"description": {
"type": "string",
"description": "Executor description.",
"alias": "d"
"description": "Executor description."
},
"unitTestRunner": {
"type": "string",
Expand Down
9 changes: 3 additions & 6 deletions docs/generated/packages/react-native.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
},
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d"
"type": "string"
},
"skipFormat": {
"description": "Skip formatting files",
Expand Down Expand Up @@ -174,8 +173,7 @@
},
"directory": {
"type": "string",
"description": "A directory where the lib is placed.",
"alias": "d"
"description": "A directory where the lib is placed."
},
"linter": {
"description": "The tool to use for running lint checks.",
Expand Down Expand Up @@ -300,8 +298,7 @@
},
"directory": {
"type": "string",
"description": "Create the component under this directory (can be nested).",
"alias": "d"
"description": "Create the component under this directory (can be nested)."
},
"flat": {
"type": "boolean",
Expand Down
3 changes: 1 addition & 2 deletions docs/generated/packages/react.json
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,7 @@
},
"directory": {
"type": "string",
"description": "Create the hook under this directory (can be nested).",
"alias": "d"
"description": "Create the hook under this directory (can be nested)."
},
"flat": {
"type": "boolean",
Expand Down
3 changes: 1 addition & 2 deletions packages/expo/src/generators/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
},
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d"
"type": "string"
},
"skipFormat": {
"description": "Skip formatting files",
Expand Down
3 changes: 1 addition & 2 deletions packages/expo/src/generators/component/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
},
"directory": {
"type": "string",
"description": "Create the component under this directory (can be nested).",
"alias": "d"
"description": "Create the component under this directory (can be nested)."
},
"flat": {
"type": "boolean",
Expand Down
3 changes: 1 addition & 2 deletions packages/expo/src/generators/library/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
"directory": {
"type": "string",
"description": "A directory where the lib is placed.",
"alias": "d"
"description": "A directory where the lib is placed."
},
"linter": {
"description": "The tool to use for running lint checks.",
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-plugin/src/generators/executor/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
},
"description": {
"type": "string",
"description": "Executor description.",
"alias": "d"
"description": "Executor description."
},
"unitTestRunner": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
},
"directory": {
"type": "string",
"description": "A directory where the project is placed",
"alias": "d"
"description": "A directory where the project is placed"
}
},
"required": ["name"]
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-plugin/src/generators/migration/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
},
"description": {
"type": "string",
"description": "Migration description.",
"alias": "d"
"description": "Migration description."
},
"packageVersion": {
"type": "string",
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-plugin/src/generators/plugin/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
"directory": {
"type": "string",
"description": "A directory where the plugin is placed.",
"alias": "d"
"description": "A directory where the plugin is placed."
},
"importPath": {
"type": "string",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-native/src/generators/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
},
"directory": {
"description": "The directory of the new application.",
"type": "string",
"alias": "d"
"type": "string"
},
"skipFormat": {
"description": "Skip formatting files",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-native/src/generators/component/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
},
"directory": {
"type": "string",
"description": "Create the component under this directory (can be nested).",
"alias": "d"
"description": "Create the component under this directory (can be nested)."
},
"flat": {
"type": "boolean",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-native/src/generators/library/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
},
"directory": {
"type": "string",
"description": "A directory where the lib is placed.",
"alias": "d"
"description": "A directory where the lib is placed."
},
"linter": {
"description": "The tool to use for running lint checks.",
Expand Down
3 changes: 1 addition & 2 deletions packages/react/src/generators/hook/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
},
"directory": {
"type": "string",
"description": "Create the hook under this directory (can be nested).",
"alias": "d"
"description": "Create the hook under this directory (can be nested)."
},
"flat": {
"type": "boolean",
Expand Down

1 comment on commit 35dd6c9

@vercel
Copy link

@vercel vercel bot commented on 35dd6c9 Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.