Pt Development: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * pt =Clone= <pre> git clone git@github.com:NovaOrdis/pt.git </pre>")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


* [[pt]]
* [[pt]]
=TODO=
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[pt TODO]]
</blockquote>


=Clone=
=Clone=
Line 8: Line 14:
git clone git@github.com:NovaOrdis/pt.git
git clone git@github.com:NovaOrdis/pt.git
</pre>
</pre>
<pre>
git clone https://github.com/NovaOrdis/pt.git
</pre>
=Ideas=
* Similar to <tt>em</tt>, it should push behavior to the nodes dynamically and cache it. Then, each time a command is executed, hashes are compared and if no changes in behavior are detected, the cached version is executed.
* Combination of compiled code (Go? Java? and bash high level scripting).

Latest revision as of 21:28, 12 May 2016

Internal

TODO

pt TODO

Clone

git clone git@github.com:NovaOrdis/pt.git
git clone https://github.com/NovaOrdis/pt.git

Ideas

  • Similar to em, it should push behavior to the nodes dynamically and cache it. Then, each time a command is executed, hashes are compared and if no changes in behavior are detected, the cached version is executed.
  • Combination of compiled code (Go? Java? and bash high level scripting).