issues
search
coreeng
/
corectl
CLI for the CECG Core Platform https://www.cecg.io/core-platform/
https://www.cecg.io/core-platform/
Apache License 2.0
1
stars
1
forks
source link
feat(cmd): add update command
#45
Closed
Malet
closed
2 weeks ago
Malet
commented
1 month ago
Adds
corectl update
command
Automatically checks for updates every hour when other commands are invoked (except the update command, and for completions)
Updates during other commands will run the original command after the update has been completed
Deprecated
--nonint
in favour of
--non-interactive
flag
Show warning when config is not initialised, only enable commands that require config once it's initialised
Auto-update (during other commands) is disabled when using
--non-interactive
flag
Changed
--non-interactive
to now be a global flag
Add
Abort
behaviour for
wizard
, for user feedback when a task fails
Fixed
Ctrl
+
C
behaviour of
wizard
with injected input component
Created confirmation prompt component
Add local integration test suite for commands which don't require config setup and github auth
Fix nil pointer bug when multiple wizard instances are used (correctly unset the current handler)
corectl update
command--nonint
in favour of--non-interactive
flag--non-interactive
flag--non-interactive
to now be a global flagAbort
behaviour forwizard
, for user feedback when a task failswizard
with injected input component