Commit Graph

40 Commits

Author SHA1 Message Date
Bridget
2be82419f5 Update usage info 2020-04-27 01:05:51 +02:00
Bridget
6512ed803e Display help when no arguments are supplied 2020-04-27 01:00:02 +02:00
Bridget
87a7b2797a Fix error handling in response 2020-04-27 00:57:22 +02:00
Bridget
7cb06f01a8 Use unix-like exit codes
This currently uses the following mapping:
-1 : internal; for retrieving command info, sending commands, etc.
0 : success
1 : error
2020-04-27 00:32:19 +02:00
Bridget
298454b389 Return timeout error when no repo is nearby 2020-04-26 16:23:44 +02:00
Bridget
ff08336d1e Fix command_info query not working 2020-04-19 22:12:38 +02:00
Bridget
a061db6edc Change 'current' command to 'list' 2020-04-19 22:07:58 +02:00
Bridget
c983808926 Change 'list' command to 'query' 2020-04-19 22:06:35 +02:00
Bridget
c4e790936c Change 'uninstall' command to 'remove' 2020-04-19 21:38:13 +02:00
Bridget
c1c7d961a2 Update usage message 2020-04-19 21:33:06 +02:00
Bridget
f71747edd8 Add module listing functionality 2020-04-19 21:30:11 +02:00
Bridget
7492023f8e Refactor 2020-04-19 21:12:06 +02:00
Bridget
4017f8d501 Remove debug message 2020-04-19 20:37:47 +02:00
Bridget
54d58ede45 Refactor 2020-04-19 20:35:48 +02:00
Bridget
6ea2c6b421 Refactor 2020-04-19 19:48:47 +02:00
Bridget
c746705071 Only handle inventory change during install 2020-04-19 17:40:28 +02:00
Bridget
b6d2317705 Do extra checks on module install 2020-04-19 17:37:33 +02:00
Bridget
088df62cea Improve error handling 2020-04-19 16:11:58 +02:00
Bridget
c5d7c86d54 Use pretty name in output 2020-04-19 14:18:56 +02:00
Bridget
556f254d88 Add module uninstall functionality 2020-04-19 14:18:45 +02:00
Bridget
6be6c89eb9 Refactor 2020-04-19 14:15:04 +02:00
Bridget
b3039a7b5b Improve error message 2020-04-19 13:18:47 +02:00
Bridget
9337cbc39a Make it possible to install package from repo 2020-04-19 03:50:41 +02:00
Bridget
215e3f3613 Show enabled/disabled status in module overview 2020-04-19 02:13:42 +02:00
Bridget
4663bdb511 Refactor 2020-04-19 02:09:12 +02:00
Bridget
26939df2a8 Add enable/disable module functionality 2020-04-19 02:07:57 +02:00
Bridget
2c706887ca Refactor 2020-04-19 01:48:38 +02:00
Bridget
1e4e5a8da9 Ignore endpoint name in installed module list 2020-04-19 01:39:24 +02:00
Bridget
c7892a792f WIP: Add package manager module 2020-04-19 01:33:18 +02:00
Bridget
5f3d90a1e6 Update usage message formatting for consistency 2020-04-19 00:16:15 +02:00
Bridget
c258d731da Refactor 2020-04-19 00:14:40 +02:00
Bridget
24393418bf Add http request module 2020-04-19 00:12:16 +02:00
Bridget
411978c111 Add avinfo module 2020-04-15 21:24:32 +02:00
Bridget
6dc934c82e Add avlist module 2020-04-14 22:21:16 +02:00
Bridget
6b1616d4e7 Add siminfo module 2020-04-14 00:43:51 +02:00
Bridget
bf0ae59532 Move file 2020-04-14 00:32:06 +02:00
Bridget
e3eec77b89 Remove unused variable 2020-04-13 20:14:20 +02:00
Bridget
a7ed0d03b3 Improve help output of echo module 2020-04-13 20:12:23 +02:00
Bridget
16e481ad54 Broadcast all commands, even internal ones
This makes it possible to create hook scripts that will execute on
connect, disconnect, etc.
2020-04-13 17:23:14 +02:00
Bridget
08b858e12f Make API communicate with modules 2020-04-13 01:43:13 +02:00