Skip to content

Commit 6f4b1a7

Browse files
committed
fetch-source: export the simple fetch source mechanism via cli
Signed-off-by: Łukasz 'sil2100' Zemczak <[email protected]>
1 parent 5b4c1e4 commit 6f4b1a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/md/melange.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ toc: true
2525
* [melange compile](/docs/md/melange_compile.md) - Compile a YAML configuration file
2626
* [melange completion](/docs/md/melange_completion.md) - Generate completion script
2727
* [melange convert](/docs/md/melange_convert.md) - EXPERIMENTAL COMMAND - Attempts to convert packages/gems/apkbuild files into melange configuration files
28+
* [melange fetch-source](/docs/md/melange_fetch-source.md) - Download package source code
2829
* [melange index](/docs/md/melange_index.md) - Creates a repository index from a list of package files
2930
* [melange keygen](/docs/md/melange_keygen.md) - Generate a key for package signing
3031
* [melange license-check](/docs/md/melange_license-check.md) - Gather and check licensing data

pkg/cli/commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func New() *cobra.Command {
5656
cmd.AddCommand(completion())
5757
cmd.AddCommand(compile())
5858
cmd.AddCommand(convert())
59+
cmd.AddCommand(fetchSource())
5960
cmd.AddCommand(indexCmd())
6061
cmd.AddCommand(keygen())
6162
cmd.AddCommand(licenseCheck())

0 commit comments

Comments
 (0)