Crates.io | subscription_migrator |
lib.rs | subscription_migrator |
version | 0.1.3 |
source | src |
created_at | 2024-06-16 20:58:35.571972 |
updated_at | 2024-08-14 12:22:57.773669 |
description | migrate wso2 subs |
homepage | |
repository | https://github.com/DaAlbrecht/subscription_migrator |
max_upload_size | |
id | 1273850 |
size | 27,590 |
This CLI tool is designed to facilitate the migration of API subscription configurations from XML to YAML format. It provides two main functionalities:
Before using the CLI, ensure that the following environment variables are set:
NPR_PLANE_URL
: The control plane URL for non-production environments.PROD_PLANE_URL
: The control plane URL for the production environment.These environment variables are required for the migration process. If they are not set, the CLI will return an error.
To install the Migrator
CLI using Cargo, run the following command:
cargo install subscription_migrator
Make sure that the Cargo bin directory is in your PATH.
To install the Migrator
CLI using the binary, download the latest release from the releases page