a ton of fun happened, refactored alot
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
{
|
||||
"name": "cli",
|
||||
"version": "1.0.0",
|
||||
"description": "Command-line interface plugin",
|
||||
"entry_point": null
|
||||
}
|
||||
"name": "CLI",
|
||||
"version": "0.1.0",
|
||||
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
||||
"description": "Adds custom Flask CLI commands for seeding and maintenance.",
|
||||
"module": "plugins.cli",
|
||||
"cli": {
|
||||
"module": "plugins.cli.seed",
|
||||
"callable": "preload_data_cli"
|
||||
},
|
||||
"license": "Proprietary"
|
||||
}
|
||||
|
Reference in New Issue
Block a user