Pular para o conteúdo principal

Instalação

npm install -g @jelou/cli
jelou --version

Autenticação

ComandoDescrição
jelou loginAutenticar com PAT ou API key (--token, --profile)
jelou logoutRemover credenciais (--all, --profile)
jelou whoamiMostrar identidade atual
jelou auth listListar perfis salvos
jelou auth switch [name]Trocar perfil ativo
jelou auth remove <name>Remover perfil (-y)

Projetos

ComandoDescrição
jelou initCriar novo projeto (--slug, --mode)
jelou devServidor local com hot reload (--port, --env, --no-watch)

Implantação

ComandoDescrição
jelou deployDeploy para produção (--no-confirm, --follow)
jelou rollback [slug] [id]Reverter para deploy anterior
jelou deployments list [slug]Histórico de deploys
jelou deployments info <slug> <id>Detalhes do deploy
jelou deployments download <slug> <id>Baixar artifact (-o)

Funções

ComandoDescrição
jelou functions listListar funções
jelou functions info <slug>Detalhes da função
jelou functions createCriar função remota (--slug, --name)
jelou functions delete <slug>Excluir função (-y)

Secrets

ComandoDescrição
jelou secrets list <slug>Listar secrets
jelou secrets set <slug>Configurar secrets (inline, --from-env)
jelou secrets delete <slug> <key>Excluir secret

Tokens

ComandoDescrição
jelou tokens list [slug]Listar runtime tokens
jelou tokens create [slug]Criar token (--name)
jelou tokens revoke <slug> <id>Revogar token (-y)

Logs

ComandoDescrição
jelou logs [slug]Streaming ao vivo (padrão)
jelou logs [slug] --historyLogs históricos
jelou cron list [slug]Listar schedules cron
jelou cron logs [slug]Logs de execução cron (--state, --cursor)

Outros

ComandoDescrição
jelou skill installInstalar skill de IA (--global, --api)

Flags globais

FlagDescrição
--jsonSaída JSON para stdout
--no-inputDesabilitar prompts interativos
--profile <name>Usar perfil específico

Variáveis de ambiente

VariávelDescrição
JELOU_TOKENToken de auth (sem precisar de jelou login)
JELOU_NO_INPUT1 para modo não interativo
CItrue para modo não interativo
JELOU_PROFILEPerfil padrão