Skip to content

CLI improvements #356

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

Merged
merged 1 commit into from
May 12, 2025
Merged

CLI improvements #356

merged 1 commit into from
May 12, 2025

Conversation

radu-mocanu
Copy link
Contributor

  • add --force flag for auth
  • retrieve process details by package name and version (in case it gets renamed in pw)

@radu-mocanu radu-mocanu self-assigned this May 12, 2025
@radu-mocanu radu-mocanu force-pushed the fix/cli-fixes branch 2 times, most recently from 3323e3c to f3267e5 Compare May 12, 2025 09:22
required=False,
help="Force new token",
)
def auth(domain, force: Optional[bool] = False):
Copy link
Contributor

Choose a reason for hiding this comment

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

@@ -24,7 +24,7 @@
client = httpx.Client(follow_redirects=True, timeout=30.0)


def _read_project_name() -> str:
def _read_project_details() -> Tuple[str, str]:
Copy link
Contributor

Choose a reason for hiding this comment

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

@radu-mocanu radu-mocanu merged commit 0eb1d41 into main May 12, 2025
6 checks passed
@radu-mocanu radu-mocanu deleted the fix/cli-fixes branch May 12, 2025 09:48
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.

2 participants