Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "Alias": "identity",
  "Description": "Generates an MVC Area with controllers and ",
  "Arguments": [ ],
  "Options": [
    {
      "Name": "dbContext",
      "ShortName": "dc",
      "Description": "Name of the DbContext to use, or generate (if it does not exist)."
    },
    {
      "Name": "files",
      "ShortName": "fi",
      "Description": "List of semicolon separated files to scaffold. Use the --list-files option to see the available options."
    },
    {
      "Name": "listFiles",
      "ShortName": "lf",
      "Description": "Lists the files that can be scaffolded by using the '--files' option."
    },
    {
      "Name": "userClass",
      "ShortName": "u",
      "Description": "Name of the User class to generate."
    },
    {
      "Name": "useSqLite",
      "ShortName": "sqlite",
      "Description": "Flag to specify if DbContext should use SQLite instead of SQL Server."
    },
    {
      "Name": "force",
      "ShortName": "f",
      "Description": "Use this option to overwrite existing files."
    },
    {
      "Name": "useDefaultUI",
      "ShortName": "udui",
      "Description": "Use this option to setup identity and to use Default UI."
    },
    {
      "Name": "layout",
      "ShortName": "l",
      "Description": "Specify a custom layout file to use."
    }, 
    {
      "Name": "generateLayout",
      "ShortName": "gl",
      "Description": "Use this option to generate a new _Layout.cshtml"
    }
  ]
}

Commits for ChrisCompleteCodeTrunk/ActionTireCo/packages/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.2.1.0/Generators/ParameterDefinitions/identity.json

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000