Skip to content

Commit

Permalink
wrong place?
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Aug 16, 2024
1 parent d5b0fc8 commit 8223a4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmds/ocm/commands/toicmds/config/bootstrap/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $ ocm toi bootstrap config ghcr.io/mandelsoft/ocm//ocmdemoinstaller:0.0.1-dev
`,
Annotations: map[string]string{"ExampleCodeStyle": "bash"},
}
cmd.AddCommand(topicbootstrap.New(o.Context, "toi-bootstrapping"))
cmd.AddCommand(utils.DocuCommandPath(topicbootstrap.New(o.Context, "toi-bootstrapping"), "ocm"))
return cmd
}

Expand Down
2 changes: 1 addition & 1 deletion cmds/ocm/commands/verbs/describe/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ func NewCommand(ctx clictx.Context) *cobra.Command {
cmd.AddCommand(resources.NewCommand(ctx))
cmd.AddCommand(plugins.NewCommand(ctx))
cmd.AddCommand(cache.NewCommand(ctx))
cmd.AddCommand(utils.DocuCommandPath(_package.NewCommand(ctx), "ocm"))
cmd.AddCommand(_package.NewCommand(ctx))
return cmd
}
3 changes: 1 addition & 2 deletions docs/reference/ocm_bootstrap_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,10 @@ $ ocm toi bootstrap config ghcr.io/mandelsoft/ocm//ocmdemoinstaller:0.0.1-dev

##### Additional Help Topics

* [ocm bootstrap configuration <b>toi-bootstrapping</b>](ocm_bootstrap_configuration_toi-bootstrapping.md) &mdash; Tiny OCM Installer based on component versions
* [ocm <b>toi-bootstrapping</b>](ocm_toi-bootstrapping.md) &mdash; Tiny OCM Installer based on component versions


##### Additional Links

* [<b>ocm toi-bootstrapping</b>](ocm_toi-bootstrapping.md) &mdash; Tiny OCM Installer based on component versions
* [<b>ocm bootstrap package</b>](ocm_bootstrap_package.md) &mdash; bootstrap component version

4 changes: 2 additions & 2 deletions docs/reference/ocm_describe_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Describe a TOI package provided by a resource of an OCM component version.

The package resource must have the type <code>toiPackage</code>.
This is a simple YAML file resource describing the bootstrapping of a dedicated kind
of software. See also the topic [ocm toi toi-bootstrapping](ocm_toi_toi-bootstrapping.md).
of software. See also the topic [ocm toi-bootstrapping](ocm_toi-bootstrapping.md).

The first matching resource of this type is selected. Optionally a set of
identity attribute can be specified used to refine the match. This can be the
Expand Down Expand Up @@ -107,5 +107,5 @@ $ ocm toi describe package ghcr.io/mandelsoft/ocm//ocmdemoinstaller:0.0.1-dev

##### Additional Links

* [<b>ocm toi toi-bootstrapping</b>](ocm_toi_toi-bootstrapping.md)
* [<b>ocm toi-bootstrapping</b>](ocm_toi-bootstrapping.md) &mdash; Tiny OCM Installer based on component versions

0 comments on commit 8223a4a

Please sign in to comment.