question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add `status` command

See original GitHub issue

Add observe command (or some other name) that fetches the status of a transaction using an await/retry strategy. Ideally, this should be an optional flag for send, invoke, and deploy. See #90 for discussion and its implementation in nile debug.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
trevis-devcommented, May 11, 2022

Hello! Can I try what I suggested or are you on it / would you rather have something else?

2reactions
martriaycommented, Apr 14, 2022

You’re right. Fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

git-add Documentation - Git
The git status command can be used to obtain a summary of which files have changes that are staged for the next commit....
Read more >
How to master the Git status command - TheServerSide.com
Issue a git init command to create a new repository; Issue the git status command and note the results; Add a new file...
Read more >
Git Status - Javatpoint
The git status command is used to display the state of the repository and staging area. It allows us to see the tracked,...
Read more >
What is Git Status Command in Git? - Tools QA
Add the file to the staging area by git add command and then type git status again to see the status. git_status_modified_staged. modified...
Read more >
Git Status Command | Uses, Applications & Related Commands
The git status command provides useful information about the current state of your Git repository. It outputs the active branch, remote sync ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found