Skip to content
Snippets Groups Projects

Draft : Resolve "Add a CLI tool"

Open Anthony requested to merge 44-add-a-cli-tool into main
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -12,6 +12,14 @@ is_docker() {
usage() {
echo -e "Usage $0 <command> [args]\n"
echo -e "COMMANDS\n"
echo -e "build-mirador : build Mirador viewer. Needed when changing branch on Mirador "
echo -e "build-mirador-plugin : build Mirador plugin. Needed when changing branch on plugin "
echo -e "clean-mirador : Clean node node_modules and package-lock of Mirador. "
echo -e "clean-mirador-plugin : Clean node node_modules and package-lock of Mirador on plugin. Useful when encoutering error 'Not a git repository' on building "
echo -e "clean-integration : Clean node node_modules and package-lock of POC. It's not recursive. "
echo -e "up : Start building and running of all the solution. Can be used with --build flag"
echo -e "init-submodule : Need to be run after installation"
echo -e "update-submodule : Need to be run after installation or when updating Mirador or the plugin"
}
Loading