## ## Meta commands ## ok> help List this help. ok> r Repeat last command. ok> quit | exit Quit this console. ## ## General Repo Admin Commands ## ok> show file Output the contents of the file located at . class path to a file e.g. show file alfresco/extension/xxxModel.xml e.g. show file alfresco/extension/yyy-messages.properties ok> show file-list Show list of files located at with first match being listed for each filename. class path to a list of files. Wildcard * is allowed. For example, to see a list of message resource bundles that would be loaded, use: /path1/path2/bundlename*.properties e.g. show file-list alfresco/extension/* e.g. show file-list alfresco/extension/*Model.xml e.g. show file-list alfresco/extension/zzz-messages*.properties ## ## Model Admin Commands ## ok> show models Show deployed models - that are stored in the repository data dictionary. ok> deploy model Upload model to repository and load into runtime data dictionary. This will also set the repository model as active. If a model is already deployed then it will be updated and re-deployed. e.g. deploy model alfresco/extension/exampleModel.xml ok> undeploy model Permanently delete model from repository (all versions) and unload from runtime data dictionary. e.g. undeploy model exampleModel.xml ok> activate model Set repository model to active and load into runtime data dictionary. e.g. activate model exampleModel.xml ok> deactivate model Set repository model to inactive and unload from runtime data dictionary. e.g. deactivate model exampleModel.xml ## ## Message Admin Commands ## ok> show messages Show deployed message resource bundles - that are stored in the repository data dictionary. ok> deploy messages Upload message resource bundle to repository and runtime message service. e.g. deploy messages alfresco/extension/lifecycle-messages ok> undeploy messages Remove message resource bundle from repository and from runtime message service. e.g. undeploy messages lifecycle-messages ok> reload messages Reload message resource bundle from repository into runtime message service. e.g. undeploy messages lifecycle-messages ## ## end ##