Skip to content

How Do You Use the CLI? #422

Answered by kali
zicklag asked this question in Q&A
Dec 12, 2020 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The command line is mostly meant for auditing networks, debugging issues, etc. My ML colleague also use it for visualizing, "flopping" (evaluate number of ops) or profiling nets. It is also used by the CI for running some full network tests. It may be worth writing a bit of documentation for it in the form of cooking recipes.

Feel free to play with it, I will answer questions too, but be aware of the following caveats :

  • I don't consider the CLI interface stable, I want to be able to break it any time I need. As such, I strongly discourage its use it for "production scripting".
  • Once again, documentation is poor: the best source is the --help parameter.
  • Using it for running networks is pos…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zicklag
Comment options

Answer selected by zicklag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants