<p dir="ltr">You&#39;d need to build kie-cli-config and use the distribution (or download from the drools downloads page - it&#39;s part of the workbench download).</p>
<p dir="ltr">Furthermore; in response to your other questions, once you&#39;ve built a project containing rules etc in the workbench a consuming application should use the generated JAR (that is deployed to the workbench&#39;s maven repository).</p>

<p dir="ltr">There have been lots of emails recently about how to achieve that. </p>
<p dir="ltr">If however you truely do need push the workbench clone of your repository you should be able to use kie-cli-config. Push is not exposed in the UI at present.</p>
<p dir="ltr">Sent on the move</p>
<div class="gmail_quote">On 12 Dec 2013 23:35, &quot;anjana.ackroyd&quot; &lt;<a href="mailto:anjana.ackroyd@gmail.com">anjana.ackroyd@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I was able to do all my steps successfully on the work bench , Cloned my<br>
repository, added a new project, package,drl file, build and deployed it.<br>
<br>
I see wb created the repositories on my local machine which is good but I<br>
dont see a way to push those changes to my cloned reposity<br>
<br>
Git Push?<br>
I am not even sure what branch of the cloned repository the work bench is<br>
using<br>
<br>
<br>
I noticed on this URL below there is recommendation to use the<br>
./kie-config-cli.sh script to push changes<br>
<a href="http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/wb.Workbench.html" target="_blank">http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/wb.Workbench.html</a><br>
<br>
I downloaded the zip file from<br>
<a href="https://github.com/droolsjbpm/kie-wb-distributions/tree/6.0.x" target="_blank">https://github.com/droolsjbpm/kie-wb-distributions/tree/6.0.x</a><br>
<br>
Ran the script from  \kie-config-cli\src\main\dist but I get a error message<br>
<br>
<br>
Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError:<br>
org/kie/config/cli/CmdMain<br>
Caused by: java.lang.ClassNotFoundException: org.kie.config.cli.CmdMain<br>
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)<br>
        at java.security.AccessController.doPrivileged(Native Method)<br>
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)<br>
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)<br>
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br>
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)<br>
Could not find the main class: org.kie.config.cli.CmdMain.  Program will<br>
exit.<br>
<br>
<br>
<br>
I was hoping there would be a way to push my changes from the Workbench UI<br>
itself.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/How-to-push-changes-to-cloned-repo-on-Kie-Workbench-tp4027264.html" target="_blank">http://drools.46999.n3.nabble.com/How-to-push-changes-to-cloned-repo-on-Kie-Workbench-tp4027264.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div>