829f97d065
fix: issue with list double prints
2025-07-10 21:47:03 -06:00
333b65a379
feat: updated cache implementation and fixed bugs
2025-07-10 21:47:03 -06:00
be8b6f42c4
Update cache cmd implementation
2025-07-10 21:46:29 -06:00
f1f8e4f3fb
refactor: updated cache editor implementation
2025-07-10 21:45:56 -06:00
5386ba3397
chore: made changes to build and fix issues
2025-07-10 21:43:39 -06:00
62a7c436a3
chore: updated list cmd
2025-07-10 21:42:23 -06:00
d6deff4808
feat: added sessions cmd
2025-07-10 21:40:04 -06:00
af1d74c6cf
refactor: exported more cmd variables
2025-07-10 21:31:37 -06:00
d5499a219d
feat: add default secret to local store
2025-07-10 21:30:25 -06:00
Alex Lovell-Troy
6b0d66bfec
feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management
2025-07-10 21:25:36 -06:00
f6639ba34a
refactor: moved internal functions to pkg and updated refs
2025-07-10 21:25:36 -06:00
bf1ab1922b
feat: add probe command
2025-07-10 20:57:29 -06:00
0d6cfdec2b
feat: add non-interactive cache editting
2025-07-10 20:57:28 -06:00
832d2de021
refactor: renamed funcs
2025-07-10 20:57:28 -06:00
ed7d87cd3a
fix: issue with list double prints
2025-07-10 20:56:06 -06:00
a9d59ee50d
feat: updated cache implementation and fixed bugs
2025-07-10 20:56:06 -06:00
8b859ff3fb
chore: added example to cmd/root.go
2025-07-10 20:56:06 -06:00
7ccd8509b6
Update cache cmd implementation
2025-07-10 20:56:05 -06:00
e85fd21922
refactor: updated cache editor implementation
2025-07-10 20:56:05 -06:00
0117f0355a
chore: made changes to build and fix issues
2025-07-10 20:56:04 -06:00
9970e49d94
chore: updated list cmd
2025-07-10 20:56:04 -06:00
86fcf54b6e
chore: miscellaneous updates
2025-07-10 20:56:03 -06:00
4dac84e4de
chore: removed login cmd
2025-07-10 20:56:03 -06:00
4257c317b6
feat: added sessions cmd
2025-07-10 20:56:02 -06:00
12969adf25
Add support for storage command and crawler output
...
Partially addresses issue #3 by adding a simple `magellan list devices` command to list storage devices. To close the issue, this PR still requires including storage device information in the `crawler`'s output.
Reviewed-on: towk/magellan-ng#5
2025-07-10 20:56:02 -06:00
6deb292494
chore: update references and imports
2025-07-10 20:54:30 -06:00
1ed8c59f80
refactor: exported more cmd variables
2025-07-10 20:54:30 -06:00
3cdde3bad3
feat: add default secret to local store
2025-07-10 20:54:29 -06:00
Alex Lovell-Troy
c844a46415
feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management
2025-07-10 20:54:26 -06:00
f9b56fdc54
refactor: moved internal functions to pkg and updated refs
2025-07-10 20:54:26 -06:00
c6594eeb2d
refactor: exported more cmd variables
2025-07-10 20:54:26 -06:00
17fc3ce0dd
cmd: exported scan and collect commands for external use
2025-07-10 20:54:25 -06:00
452b58cd3e
updated references in cmd/cache.go
2025-07-10 20:54:25 -06:00
fb3a936224
updated all references
2025-07-10 20:54:25 -06:00
683c8e977e
Fixed removing from cache with --with-* flags
2025-07-10 20:54:24 -06:00
98ad63a797
Minor changes
2025-07-10 20:54:24 -06:00
d2bb3a94fe
Added cache command and ability to delete cached assets
2025-07-10 20:54:24 -06:00
Ben McDonald
7e8011ce29
Merge pull request #107 from bmcdonald3/scan-pdus
...
Scan pdus
2025-07-10 14:14:03 -07:00
264b8780a3
fix: removed Run() to display error message with non-existent sub-commands
2025-07-09 09:51:44 -06:00
Ben McDonald
833fb80c10
Switch insecure default to true
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-08 15:22:31 -07:00
Ben McDonald
3a6ed5a24e
Switch to a warn
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-08 15:22:25 -07:00
Ben McDonald
117783d264
Pull length of assets check out, per David's feedback
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-08 11:12:22 -07:00
Ben McDonald
96931cd8a3
Add include flag
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-08 11:12:14 -07:00
Ben McDonald
c413dd5649
Add printing to stdout or a file instead of only DB for scan
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-03 15:51:19 -07:00
Ben McDonald
7988ed6b9f
Remove unnecessary insecure flag
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-03 15:51:12 -07:00
Ben McDonald
488ad241f6
ADd secure, remove username and password
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-03 13:12:53 -07:00
Ben McDonald
4cfd48da63
Add support for scanning PDU components by probing JAWS as well as redfish
...
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
2025-07-03 13:11:29 -07:00
Ben McDonald
5960c987d4
Add some examples
2025-06-17 11:10:52 -07:00
Ben McDonald
c379d248ff
Remove unused PDU command
2025-06-17 11:06:54 -07:00
Ben McDonald
4971f62dba
Switch to magellan collect pdu
2025-06-13 11:27:44 -07:00