Hi Andrey! I have a small suggestion regarding the design of the CLI commands. Since we already have a cluster/node namespaces in the CLI, I'd suggest moving the deploy/undeploy/list commands to the cluster subcommand, and rather than using --node option to list the units on the particular node, use node namespace for the list command which will be operating on the node level. So the whole list of commands would be: cluster unit deploy/undeploy - stay the same cluster unit list [nodeId [--version version]] [--status ...] - without the --node option node unit list [nodeId [--version version]] [--status ...] - same filters, but will show the node unit statuses rather than cluster statuses.
WDYT? Thanks, Vadim On Tue, May 23, 2023 at 8:19 PM Andrey Gura <ag...@apache.org> wrote: > Hi, Igniters! > > Please take a look at the proposal for Code Deployment functionality > in Apache Ignite 3 [1]. > > Thanks for any feedback! > > 1. > https://cwiki.apache.org/confluence/display/IGNITE/IEP-103%3A+Code+Deployment >