Pesquisar

Este conteúdo não está disponível no idioma selecionado.

7.46. fabric:version-create

download PDF

Abstract

create a new version

Synopsis

fabric:version-create [ --help ] [ --parent parentVersion ] { Version }

Description

Create a new version, by default copying all of the profiles from the current latest version into the new version. You can specify which version to copy the profiles from using the --parent option. Using the --description option, you can add a note to describe the new version. If no version is specified, the command creates a new minor version by default. For example:
karaf@root> fabric:version-list
[version]       [default] [# containers]
1.0             true      1             
karaf@root> fabric:version-create --description "Test version"
Created version: 1.1 as copy of: 1.0
karaf@root> fabric:version-list
[version]       [default] [# containers]  [description]
1.0             true      1             
1.1             false     0               Test version

Arguments

Table 7.46, “fabric:version-create Arguments” describes the command's arguments.
Table 7.46. fabric:version-create Arguments
ArgumentInterpretation
--help Displays the online help for this command
--default Set the created version to be the new default version.
--description Add a description of the newly created version. Enclose the text within double quotes.
--parent The parent version. By default, uses the latest version as the parent.
Version The new version to create. If not specified, defaults to the next minor version.
Red Hat logoGithubRedditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja oBlog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

© 2024 Red Hat, Inc.