CLI command list
See original GitHub issueCurrently we have:
recent
history
trace
We would also like to include:
inspect COMPONENT_RUN_ID
ls tags
ls components
ls components --tag=TAG
ls components --owner=NAME
We can use get_components_for_owner
and get_components_for_tag
to make the ls
commands.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
List of Command Line Commands - Codecademy
The command line is a text interface for your computer. It's a program that takes in commands, which it passes on to the...
Read more >CLI Commands List
CLI Commands List ; Active Directory – The active command ; Adaptive Response – The adaptive command ; Alarms – The stats command...
Read more >Command Line Commands – CLI Tutorial - freeCodeCamp
In this article, I'll show you 40 commands you can use on the Windows command line that can boost your confidence as a...
Read more >CLI commands - IBM
This is a complete list of the command-line interface commands, alphabetized by command name. Common command flags. You can use these flags with...
Read more >An A-Z Index of Windows CMD commands - SS64.com
DELPROF, Delete user profiles ; DELTREE, Delete a folder and all subfolders ; DevCon, Device Manager Command Line Utility ; DIR, Display a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What exactly should “mltrace tags” be doing? Displaying all tags in use for all components?
I think this is a better CLI design. This aligns well with what we have now. I can work on this and put up a draft for the same. We can later discuss how this pans out and what needs to be changed.