Pt Development: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 18: Line 18:
git clone https://github.com/NovaOrdis/pt.git
git clone https://github.com/NovaOrdis/pt.git
</pre>
</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).