-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rearchitect tcconfig #128
Comments
The tcconfig server/client is gold for me! This is exactly what I'm building to wrap tcconfig into a REST API. But I'd rather benefit from yours instead! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
waiting for this :) |
Hey @thombashi areyou working again on this project? That would be fantastic and timely for Chaos Toolkit :) |
I will continue to update this project. |
tcconfig
1.0.0
or newer includes several breaking changes:tcset
/tcshow
/tcdel
commands will become a single commandtcxxx
commands will be sub-commands of the new commandtcconfig
,tcc
, etc.set
(equivalent totcset
)show
(equivalent totcshow
)del
(equivalent totcdel
)version
server
(receive commands from clients)client
(sent commands from servers)import
export
The text was updated successfully, but these errors were encountered: