Skip to content

Conversation

@MadelineAu
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Nov 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
eigencloud-docs Ready Ready Preview Nov 26, 2025 1:40am

Comment on lines +31 to +46
### 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
```

Copy link
Contributor

@shrimalmadhur shrimalmadhur Nov 26, 2025

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?

Copy link
Collaborator Author

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.

Comment on lines +29 to +30
```bash
# See all your apps
Copy link
Contributor

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.

Copy link
Collaborator Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is repeated.

Copy link
Collaborator Author

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
Copy link
Contributor

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.

Copy link
Collaborator Author

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.

@MadelineAu MadelineAu changed the title Moved how to content out of reference for monitoring application [Superseded by 214] Moved how to content out of reference for monitoring application Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants