We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From a directory outside of an existing Begin app, I should be able to check logs if I know the appID and env name
begin logs -a F0OB4R -e staging
Error: No Begin project found! To create one, run: begin new project
I think it's just an order of operations thing where we first check inventory of current project instead of respecting the provided params
The text was updated successfully, but these errors were encountered:
tbeseda
No branches or pull requests
From a directory outside of an existing Begin app, I should be able to check logs if I know the appID and env name
I think it's just an order of operations thing where we first check inventory of current project instead of respecting the provided params
The text was updated successfully, but these errors were encountered: