Skip to content
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 into cectl as well, in order to demonstrate that the CE API lib can be used to combine commands
Clone this wiki locally