Skip to content

Commit

Permalink
feat(fleet-cmdr): FM-210 initial implementation of fleet-cmdr daemon (#…
Browse files Browse the repository at this point in the history
…363)

* feat(fleet-cmdr): FM-210 initial implementation of fleet-cmdr daemon

* clippy, author

* undid Backend::Local

* pr feedback

* pr feedback

* Update fleet-cmdr/src/handlers/cmd_orb_details.rs

Co-authored-by: Ryan Butler <[email protected]>

* settings are redundant with args

* removed signal handlers, async_trait

---------

Co-authored-by: Paul Quinn <[email protected]>
Co-authored-by: Ryan Butler <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2025
1 parent 13c9133 commit b78da83
Show file tree
Hide file tree
Showing 15 changed files with 646 additions and 45 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# IDE stuff
.idea/
.vscode/

# Allow developers to use python pre-commit locally
/.pre-commit-config.yaml
Loading

0 comments on commit b78da83

Please sign in to comment.