Skip to main content

keto namespace migrate legacy

keto namespace migrate legacy

Migrate a namespace from v0.6.x to v0.7.x and later.

Synopsis

Migrate a legacy namespaces from v0.6.x to the v0.7.x and later. This step only has to be executed once. If no namespace is specified, all legacy namespaces will be migrated. Please ensure that namespace IDs did not change in the config file and you have a backup in case something goes wrong!

keto namespace migrate legacy [<namespace-name>] [flags]

Options

      --down-only             Migrate legacy namespace(s) only down.
--format string Set the output format. One of table, json, yaml, and json-pretty. (default "default")
-h, --help help for legacy
-q, --quiet Be quiet with output printing.
--read-remote string Remote address of the read API endpoint. (default "127.0.0.1:4466")
--write-remote string Remote address of the write API endpoint. (default "127.0.0.1:4467")
-y, --yes yes to all questions, no user input required

Options inherited from parent commands

  -c, --config strings   Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])

SEE ALSO