Skip to content
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

fix(client): Fix "acq" command group #206

Merged
merged 1 commit into from
Nov 4, 2024
Merged

fix(client): Fix "acq" command group #206

merged 1 commit into from
Nov 4, 2024

Conversation

ketiltrout
Copy link
Member

@ketiltrout ketiltrout commented Nov 3, 2024

There are only three commands here now:

  • list: to list acquisition
  • files: to list acquisition files
  • show: to show an acquisition

The "where" command is now handled by "show":

  alpenhorn acq show ACQNAME --show-nodes

The "syncable" command will be re-implemented as part of the "syncable" command in the "file" command group, where an acq-name limit can be specified. Something like:

  alpenhorn file syncable --acq=ACQ

The pyproject.toml change is to allow filenames in the test suite with the same name (e.g. test_list.py)

@ketiltrout ketiltrout requested review from ljgray and rikvl November 3, 2024 23:17
@ketiltrout ketiltrout mentioned this pull request Nov 3, 2024
46 tasks
Base automatically changed from client_group to master November 4, 2024 19:35
There are only three commands here now:

- list: to list acquisition
- files: to list acquisition files
- show: to show an acquisition

The "where" command is now handled by "show":
```
  alpenhorn acq show ACQNAME --show-nodes
```

The "syncable" command will be re-implemented as part of the
"syncable" command in the "file" command group, where an acq-name
limit can be specified.  Something like:
```
  alpenhorn file syncable --acq=ACQ
```
@ketiltrout ketiltrout merged commit 41bc1e4 into master Nov 4, 2024
3 checks passed
@ketiltrout ketiltrout deleted the client_acq branch November 4, 2024 22:22
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