Added publish command to cli

This commit is contained in:
2020-12-16 18:14:11 +01:00
parent 09eb3a41d6
commit a6122536a6
7 changed files with 116 additions and 5 deletions

View File

@@ -24,4 +24,7 @@ class PublisherBase(ServiceBase):
def exclude(self, path: str): pass
@abstractmethod
def publish(self) -> str: pass
def build(self): pass
@abstractmethod
def publish(self): pass