Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wimeisoftwares.com/llms.txt

Use this file to discover all available pages before exploring further.

Requisitos

  • Python 3.9 ou superior
  • Conexão com internet
  • Chave de consultor (mk_consultant_...)

Instalar

pip install migraflow-cli

Atualizar

pip install migraflow-cli --upgrade

Verificar versão

migraflow --version

Configurar a chave via variável de ambiente

Em vez de passar --api-key em todo comando, configure uma vez:
set MIGRAFLOW_API_KEY=mk_consultant_xxx
Depois é só rodar:
migraflow schema.sql "contexto do projeto"
Para tornar permanente no Windows, adicione a variável em Painel de Controle > Sistema > Variáveis de Ambiente.

Desinstalar

pip uninstall migraflow-cli