Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1009 Bytes

ROADMAP.md

File metadata and controls

49 lines (38 loc) · 1009 Bytes

Road map

This document describes some important features comb is going to realize.

Container

  • list all containers' images
  • list all containers' info
  • get specified container's info
  • get specified container's flow
  • create container
  • update container
  • delete container
  • restart container
  • tag a container to a image

Cluster

  • list all clusters' images
  • list all clusters' info
  • get specified cluster's info
  • create cluster
  • update cluster
  • delete cluster
  • replicate cluster
  • watch cluster

Repository

  • list all repositories
  • get specified repository's info
  • create repository
  • delete repository

SecretKey

  • create secret key
  • get specified secret key file
  • list secret keys
  • delete secret key

feature

  • refactor comb
  • add comb test
  • format json output
  • optimize json output
  • support multi user auth and switch
  • add travis