dkan-tools
dkan-tools copied to clipboard
CLI tools for DKAN site management
It would be good to include an example make file with some commonly-used add-on modules, such as memcache and the Acquia modules. This should go in the documentation.
Our project, which utilizes dkan2 and dkan-tools, has its own custom dkan-tools command in namespace `DkanTools\Command`. When running within Docker, dkan-tools finds the command just fine. However, when running without...
It would be nice to reproduce our traditional linting workflow in CI locally. IE, to lint only the files we're working on. The CI workflow checks the PR and lints...
When using the dkan:restore command, either uncompressed, zipped or tarball/gzipped files should work for db dumps or files. Child of #19
The two main dependencies have BSD-2 and MIT licenses, which means we should be able to release this with a GPL license. Do some research to see if robo's dependencies...