summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2017-06-11delayed indexer init (fix for search not working when addons are enabled)Neven Jacmenović
2017-05-29adding --docs and --docs-port flags to config and run local docs serverSteve Manuel
2017-05-25fix for run with --dev-https, out of orderSteve Manuel
2017-05-22updating flagsSteve Manuel
2017-05-22fix typoSteve Manuel
2017-05-22removing cobra cli code, adding spf13/pflagSteve Manuel
2017-05-22vendor spf13/cobraSteve Manuel
2017-05-22updating usage notes and multi-word formatted flagsSteve Manuel
2017-05-22remove use of viper to parse env variablesMartin Treusch von Buttlar
2017-05-22add help flags for sub commands to root cmdMartin Treusch von Buttlar
2017-05-20refactor and add documentation for 'ponzu new'Martin Treusch von Buttlar
2017-05-20add more tests for 'ponzu new' - run with 'go test . -run Check -v'Martin Treusch von Buttlar
2017-05-20add checks for 'ponzu new' fixes ponzu-cms/ponzu#146Martin Treusch von Buttlar
2017-05-17refactor code which starts external commandsMartin Treusch von Buttlar
2017-05-17add shorthand commands for add, generate, serve and versionMartin Treusch von Buttlar
2017-05-16build command now builds the ./cmd/ponzu package instead of a list of filesMartin Treusch von Buttlar
2017-05-16fix new commandMartin Treusch von Buttlar
2017-05-16move usage examples to cobra field of same nameMartin Treusch von Buttlar
2017-05-16bind run flags to environment variables via viperMartin Treusch von Buttlar
2017-05-15add cobra commandsMartin Treusch von Buttlar
2017-05-10fix typo retrun should be returnBradley Falzon
2017-05-07bump versionSteve Manuel
2017-05-07adding reference type and auto-repeater generate syntax to the CLI, updating ↵Steve Manuel
templates to support
2017-04-27fixing typo and removing ui classes where not neededSteve Manuel
2017-04-23fix typoSteve Manuel
2017-04-17package documentation for godocSteve Manuel
2017-04-15fix regression bug in CLI field parser, catching reserved field namesSteve Manuel
2017-04-02remove old comment/reminderSteve Manuel
2017-04-01formatting fix in custom editor view templateSteve Manuel
2017-04-01adding cases and templates for checkbox, file, richtext, select, tags, textareaSteve Manuel
2017-04-01adding hidden and custom templates to casesSteve Manuel
2017-04-01add warning message to console, new custom and hidden templatesSteve Manuel
2017-04-01provide generateType to parseField to get its parent dataSteve Manuel
2017-04-01downcase initial char from type nameSteve Manuel
2017-04-01removing nil view defaultSteve Manuel
2017-04-01adding initial cases to generate input types for field views from command lineSteve Manuel
2017-03-20bump versionSteve Manuel
2017-03-15bump versionSteve Manuel
2017-03-07vendor net/http2 package for h2 specific constantsSteve Manuel
2017-03-01Move getGOPATH method to paths.goCarlos Fernández
2017-03-01replace GOPATH env var lookups with getGOPATH func throughout codebaseSteve Manuel
2017-03-01bump versionSteve Manuel
2017-03-01update usageSteve Manuel
2017-03-01revised GOPATH detection for bug and Go 1.8 defaultOllie Phillips
2017-02-24Removed some redundant info I missedOllie Phillips
2017-02-24Implemented a replicateAll func, since we need files to remain in GOPATH/srcOllie Phillips
2017-02-24missing src in the src path, nothing wrong with the destination and prob ↵Ollie Phillips
don't need mkdir
2017-02-24was thinking copyAll handled mkdirOllie Phillips
2017-02-24missed present directory from dest path, removed loggingOllie Phillips
2017-02-24Some logging, files not copiedOllie Phillips