Skip to content

Commit

Permalink
Merge branch 'main' into fix/tmpcache
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft authored Apr 17, 2024
2 parents 8fd52fd + df930a0 commit 74a3867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmds/ocm/commands/ocmcmds/sources/add/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ $ ocm add sources --file path/to/cafile sources.yaml

func (o *Command) Long() string {
return `
Add source information specified in a resource file to a component version.
Add information about the sources, e.g. commits in a Github repository,
that have been used to create the resources specified in a resource file to a component version.
So far only component archives are supported as target.
This command accepts source specification files describing the sources
Expand Down

0 comments on commit 74a3867

Please sign in to comment.