-
Notifications
You must be signed in to change notification settings - Fork 8
[Superseded by 214] Moved how to content out of reference for monitoring application #211
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| ### Watch logs continuously | ||
|
|
||
| ```bash | ||
| eigenx app logs --watch trading-bot | ||
| ``` | ||
|
|
||
| This continuously fetches and displays log updates. Use `Ctrl+C` to stop. | ||
|
|
||
| ## Use Cases | ||
|
|
||
| ### Monitor logs in real-time | ||
|
|
||
| ```bash | ||
| eigenx app logs --watch my-app | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this feels odd, why do we have to repeat the same command for same --watch feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree and am handling this comment in the CLI restructure PR.
| ```bash | ||
| # See all your apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we already have eigenx app list --all command above - I think we should try to repeat less commands and keep things concise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree and am handling this comment in the CLI restructure PR.
|
|
||
| ```bash | ||
| # Verify deployment across environments | ||
| eigenx app list --all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is repeated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above
|
|
||
| ```bash | ||
| # List to find the app ID you need | ||
| eigenx app list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, this is repeated like I don't know what's the right way, but it seems like the same command is repeated over and over again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree and am handling this comment in the CLI restructure PR.
No description provided.