Documentation
¶
Index ¶
- Variables
- func AssembleCommand(c *cli.Context) error
- func BuildCommand(c *cli.Context) error
- func ConfigCommand(c *cli.Context) error
- func GenerateCommand(c *cli.Context) error
- func InfoCommand(c *cli.Context) error
- func InitCommand(c *cli.Context) error
- func NewCommand(c *cli.Context) error
- func NoOpCommand(c *cli.Context) error
- func ResolveRootDirectory(c *cli.Context) (string, error)
- func SyncCommand(c *cli.Context) error
- func TemplateCommand(c *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MsgMissingCmdParameters = "missing parameter(s). try 'po help %s'" MsgInvalidCmdParameters = "unknown sub-command '%s'. try 'po help %s'" )
Functions ¶
func AssembleCommand ¶ added in v0.10.0
AssembleCommand collect all podcast assets
func ConfigCommand ¶ added in v0.10.0
Create a default config for the CDN and API services
func GenerateCommand ¶ added in v1.3.0
func InfoCommand ¶ added in v0.10.0
func NewCommand ¶ added in v0.10.0
Initialize a new podcast project and repository
func ResolveRootDirectory ¶ added in v0.10.0
func SyncCommand ¶ added in v0.10.0
func TemplateCommand ¶
TemplateCommand creates a resource template with all default values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.