等待 如果服务器可用,则wait-for将尝试连接到服务器,然后以代码0退出,否则以代码1退出。 用法 PostgreSQL wait-for --postgresql postgres://postgres@localhost && npm run test-integration # or POSTGRESQL_URI=postgres://postgres@localhost wait-for --postgresql && npm run test-integration 兔子MQ wait-for --rabbitmq amqp://localhost && npm run test-integration # or RABBITMQ_URI=amqp://localhost wait-for --rabbitmq && npm run test-integration 雷迪