Skip to content
Snippets Groups Projects
  • Michael Bridgen's avatar
    4abe69f9
    Give flux bootstrap the extra components flag · 4abe69f9
    Michael Bridgen authored
    
    This commit adds a flag for supplying extra components to bootstrap
    (and its subcommands), to match the one for `flux install`.
    
    Since the bootstrapComponents global is used in a few places, I made
    it a func and renamed the variable. For consistency, I also renamed
    the var used in install.go.
    
    Lastly, so that the flag sorts next to `--components`, I changed it to
    `--components-extra` in both commands.
    
    Signed-off-by: default avatarMichael Bridgen <michael@weave.works>
    4abe69f9
    History
    Give flux bootstrap the extra components flag
    Michael Bridgen authored
    
    This commit adds a flag for supplying extra components to bootstrap
    (and its subcommands), to match the one for `flux install`.
    
    Since the bootstrapComponents global is used in a few places, I made
    it a func and renamed the variable. For consistency, I also renamed
    the var used in install.go.
    
    Lastly, so that the flag sorts next to `--components`, I changed it to
    `--components-extra` in both commands.
    
    Signed-off-by: default avatarMichael Bridgen <michael@weave.works>