Skip to content

mmaciejc/nac-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

INSTRUCTION

Installation

This project uses Poetry for dependency management.

You can install the project with the following command:

poetry install

Or with pip:

pip3 install .

Usage

Usage: nac-migrate [OPTIONS]

Options:
  -s, --solution [FMC]      Solutions supported [FMC]  [required]
  -f, --from TEXT           YAML file of OLD FMC configuration  [required]
  -t, --to TEXT             YAML file of existing FMC configuration  [required]
  -w, --what TEXT           YAML file with objects to be migrated  [required]
  -v, --verbose             Enable verbose output
  --help                    Show this message and exit.

FMC

If you installed with poetry install command:

poetry run nac-migrate -s FMC --from old_fmc.yaml --to new_fmc.yaml --what to_migrate.yaml -v DEBUG 

If you installed the project with pip, you can run the script directly from the command line:

nac-migrate -s FMC --from old_fmc.yaml --to new_fmc.yaml --what to_migrate.yaml -v DEBUG 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published