Sha256: 1e0cb3dd711eacb05122a6f79157854ee5c079e2dc9595d1a20c0c71f905a0ec

Contents?: true

Size: 1.12 KB

Versions: 8

Compression:

Stored size: 1.12 KB

Contents

# upgrade-format — Upgrade System Description

## Synopsis

`machinery upgrade-format` --all

`machinery upgrade-format` NAME

`machinery` help upgrade-format

## Description

The `upgrade-format` command upgrades a system description to the latest format
version.

The `format` in this context is the structure of the internal system description
data. If the format version of a system description does not match the current
`machinery` format version, `machinery` is no longer able to work with the data
until it is upgraded. The current format version can be retrieved using
`machinery --version`. The format version of a system description can be found
in the `meta` section of the according `manifest.json` file.

If the `--all` switch is given all local descriptions will be upgraded.

## Options

  * `--all` (optional):
    Upgrade all stored system descriptions.

## Arguments

  * `NAME` (optional):
    Upgrade specified system description.

## Examples

  * Upgrade the system description stored as `earth`:

    $ `machinery` upgrade-format earth

  * Upgrade all stored system descriptions:

    $ `machinery` upgrade-format --all

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 manual/docs/docs/machinery-upgrade-format.1.md
machinery-tool-1.24.0 manual/docs/machinery-upgrade-format.1.md
machinery-tool-1.23.1 manual/docs/machinery-upgrade-format.1.md
machinery-tool-1.23.0 manual/docs/machinery-upgrade-format.1.md
machinery-tool-1.22.3 manual/docs/machinery-upgrade-format.1.md
machinery-tool-1.22.2 manual/docs/machinery-upgrade-format.1.md
machinery-tool-1.22.1 manual/docs/machinery-upgrade-format.1.md
machinery-tool-1.22.0 manual/docs/machinery-upgrade-format.1.md