-
Notifications
You must be signed in to change notification settings - Fork 0
Design
G. Hussain Chinoy edited this page Jan 27, 2018
·
2 revisions
The cectl
application is a command-line access to the CE API.
- It should have only cli-related commands and management (spf13/cobra, spf13/viper)
The ce-go/ce
library, a separate repo, should have all the CE API commands (as of v0.4.7.1)
- This library also has table output commands (olekukonko/tablewriter) - these should probably go into
cectl
- This library also has aggregate commands like the implementation for
molecules export
which calls a method to call CE API methods. These should probably go intocectl
as well, in order to demonstrate that the CE API lib can be used to combine commands