func New(rootConfig *rootcmd.Config, out io.Writer) *ffcli.Command
New returns a usable ffcli.Command for the create subcommand.
Config for the create subcommand, including a reference to the API client.
type Config struct {
// contains filtered or unexported fields
}
func (c *Config) Exec(ctx context.Context, args []string) error
Exec function for this command.