mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-06 11:30:34 +00:00
Expose the Analize method of yip (#548)
This only shows for a given stage what steps would be run and in which order Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
@@ -81,3 +81,7 @@ func (ci *YipCloudInitRunner) SetModifier(m schema.Modifier) {
|
||||
func (ci *YipCloudInitRunner) SetFs(fs vfs.FS) {
|
||||
ci.fs = fs
|
||||
}
|
||||
|
||||
func (ci *YipCloudInitRunner) Analyze(stage string, args ...string) {
|
||||
ci.exec.Analyze(stage, vfs.OSFS, ci.console, args...)
|
||||
}
|
||||
|
Reference in New Issue
Block a user