[GH-ISSUE #2887] [FR] Build a CMD tool that can check the development dependencies of AppFlowy #1262

Closed
opened 2026-03-23 20:47:04 +00:00 by mirror · 2 comments
Owner

Originally created by @appflowy on GitHub (Jun 23, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2887

Description

Build a command-line tool that can verify the development dependencies of AppFlowy on various platforms

  1. Check Flutter version
  2. Check Rust version
  3. Check Dart Protoc version

For example:
When you type appflowy doctor in the terminal, it will examine your development dependencies and display helpful messages.

Third party tools:

  1. https://github.com/mikaelmello/inquire
  2. https://docs.rs/clap/latest/clap/

Impact

None

Additional Context

No response

Originally created by @appflowy on GitHub (Jun 23, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2887 ### Description Build a command-line tool that can verify the development dependencies of AppFlowy on various platforms 1. Check Flutter version 2. Check Rust version 3. Check Dart Protoc version For example: When you type `appflowy doctor` in the terminal, it will examine your development dependencies and display helpful messages. Third party tools: 1. https://github.com/mikaelmello/inquire 2. https://docs.rs/clap/latest/clap/ ### Impact None ### Additional Context _No response_
Author
Owner

@0xkelvin commented on GitHub (Jul 1, 2023):

i think 'clap' is good enough
any other than that we should consider for 'inquire'

otherwise, i will start on this issue with clap @appflowy @annieappflowy

<!-- gh-comment-id:1615790862 --> @0xkelvin commented on GitHub (Jul 1, 2023): i think 'clap' is good enough any other than that we should consider for 'inquire' otherwise, i will start on this issue with clap @appflowy @annieappflowy
Author
Owner

@eDeveloperOZ commented on GitHub (Jul 26, 2023):

Hi @annieappflowy !
Would love to get assighned to this issue and also get mentor to ansewr questions that may arrise.
If there are more specifications for this CLI, would love to get a reffrence to them as it would be wise for me to know in advance how to design and build it.
Thank you

<!-- gh-comment-id:1651550340 --> @eDeveloperOZ commented on GitHub (Jul 26, 2023): Hi @annieappflowy ! Would love to get assighned to this issue and also get mentor to ansewr questions that may arrise. If there are more specifications for this CLI, would love to get a reffrence to them as it would be wise for me to know in advance how to design and build it. Thank you
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#1262
No description provided.