| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Cli.Commands
Documentation
data NapCommand (f :: Type -> Type) #
Constructors
| NapCommand_ShowVersion | Napkin release version |
| NapCommand_Run | path to YAML spec file |
Fields | |
| NapCommand_CLI | |
Fields | |
| NapCommand_Dump | |
Fields | |
| NapCommand_Auth | Auth Clean and OAuth Create commands |
Fields | |
| NapCommand_Validate | |
| NapCommand_Repl | Repl Command Line Options |
Fields | |
| NapCommand_Haddock_Online | Open browser page with Napkin Haddock |
| NapCommand_Docs_Online | Open browser page with Napkin Docs |
| NapCommand_HieBios | Generate GHC flags for Haskell Language Server |
| NapCommand_YamlSchema | |
| NapCommand_List | List tables in reference database |
| NapCommand_AEDA | Perform AEDA over a given relation |
| NapCommand_Cleanup | Remove temporary tables and views |
| NapCommand_ListTags | List Tags associated with Tables in Spec |
Fields | |
Instances
Constructors
| OnlyParse | |
| ExecuteCommand |
data GlobalCommand (f :: Type -> Type) #
Constructors
| GlobalCommand | |
Fields
| |
Instances
| Generic (GlobalCommand f) # | |||||
Defined in Napkin.Cli.Commands Associated Types
Methods from :: GlobalCommand f -> Rep (GlobalCommand f) x # to :: Rep (GlobalCommand f) x -> GlobalCommand f # | |||||
| Show (NapCommand f) => Show (GlobalCommand f) # | |||||
Defined in Napkin.Cli.Commands Methods showsPrec :: Int -> GlobalCommand f -> ShowS # show :: GlobalCommand f -> String # showList :: [GlobalCommand f] -> ShowS # | |||||
| type Rep (GlobalCommand f) # | |||||
Defined in Napkin.Cli.Commands type Rep (GlobalCommand f) = D1 ('MetaData "GlobalCommand" "Napkin.Cli.Commands" "napkin-cli-2.0.0-EC0URnF9YnIELSroGD5Zv8" 'False) (C1 ('MetaCons "GlobalCommand" 'PrefixI 'True) (S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (NapCommand f)) :*: (S1 ('MetaSel ('Just "logOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 LogOptions) :*: S1 ('MetaSel ('Just "cliMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CLIMode)))) | |||||