From 4a7d23894de4984978a21a54e2581929c1d5dda0 Mon Sep 17 00:00:00 2001 From: Chris Horsley Date: Wed, 17 May 2023 16:12:33 +1000 Subject: [PATCH] Add cake Server listFeeds command doco Currently undocumented by exists at https://github.com/MISP/MISP/blob/c3f7077abe111154017b52fac504f293ea41a471/app/Console/Command/ServerShell.php#L231 --- administration/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/administration/README.md b/administration/README.md index 58aea72..396f72a 100644 --- a/administration/README.md +++ b/administration/README.md @@ -849,6 +849,8 @@ If you would like to automate tasks such as caching feeds or pulling from server MISP/app/Console/cake Server pull [user_id] [server_id] [full|update] #### Push MISP/app/Console/cake Server push [user_id] [server_id] +#### List Feeds + MISP/app/Console/cake Server listFeeds #### Cache Feeds For Quick Lookups MISP/app/Console/cake Server cacheFeed [user_id] [feed_id|all|csv|text|misp] #### Fetch Feeds As Local Data