Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add agents detect command #61

Closed
mscottford opened this issue May 2, 2022 · 1 comment
Closed

Add agents detect command #61

mscottford opened this issue May 2, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mscottford
Copy link
Member

agents detect

Used to detect all of the language agents that are available for use.

freshli agents detect

What this command does?

Language agents are detected by searching the $PATH for a program name that starts with freshli-agent-. It is assumed that anything after this prefix is the language name, and would be used whenever referring to the agent that directly.

This command outputs the detected language name and the path to the language agent binary in a tabular format. One line of output is created for each language agent that is detected.

@mscottford mscottford added the enhancement New feature or request label May 2, 2022
@donabp donabp self-assigned this Jun 2, 2022
@mscottford
Copy link
Member Author

To help with testing/building this command, there's a skeleton for the Freshli Java Agent that can be installed in your path. You can also create a simple shell script that is named freshli-agent-something. A symbolic link could work, too.

donabp added a commit that referenced this issue Jun 22, 2022
The pull request should include the git pull from the main branch as well as the changes for running the freshli-agents-detect CLI command
edwinkortman pushed a commit that referenced this issue Jul 8, 2022
Added agents detect command issue #61
@mscottford mscottford added this to the v0.5.0 milestone Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants