slim icon indicating copy to clipboard operation
slim copied to clipboard

'push' sub-command for the 'registry' command

Open kcq opened this issue 3 years ago • 2 comments

kcq avatar Aug 27 '22 17:08 kcq

Hi @kcq, is this issue still relevant? It seems 'push' sub-command already exists. I would like to contribute to this if anyone still needs to fix it.

shogohida avatar Oct 27 '22 14:10 shogohida

@shogohida there's a placeholder for the 'push' subcommand, but there's no actual 'business logic' for it. The push handler (OnPushCommand: https://github.com/slimtoolkit/slim/blob/master/pkg/app/master/commands/registry/handler.go#L146 ) just prints that it's done and that's it :-)

kcq avatar Aug 23 '23 00:08 kcq