Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下命令在 Buffalo 中生成了一个资源:
buffalo g resource <name> <flags>
我意识到我在这个资源生成中犯了一个错误,我该如何
buffalo g resource --help我在 Buffalo 的文档或消息中没有看到这一点。
buffalo g resource --help
您可以使用destroy cli,幸运的是有一个destroy resource命令可以帮助您,您可以执行以下操作:
destroy resource
buffalo d resource <name>
它将指导您删除哪些内容,或者您可以传递 --yes 标志来简单地删除所有相关文件。体育:
buffalo d resource <name> --yes
或者
buffalo d resource <name> -y