1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 21:49:16 +00:00
ctrl/TODO.md
postmannen de74c2531e removed debug printing
fixed typo in readme
added useDetectedShell to message, so it can be decided on the message level to use it or not for cliCommand's
added so if shell are defined via flag that will be used, and not the default shell of the OS.
For the Linux and Darwin operating system we allow to automatically detect shell interpreter, so the user don't have to type "bash", "-c" as the first two arguments of the methodArgs.
replaced tail package, and added nil check when reading lines
renaming of key related functions, updated doc
updated key comments, and added doc section for central node
updated doc and error messages
2024-12-28 04:58:26 +01:00

7 lines
132 B
Markdown

# TODO
## Key and ACL updates to use jetstream
## tailfile
Replace the hpcloud/tail with <https://github.com/tenebris-tech/tail>