Skip to content

play: fix cat/play working with directories #1156

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmyger
Copy link
Collaborator

@dmyger dmyger commented Apr 24, 2025

This commit improves the functionality of the cat and play commands in the Tarantool CLI. It allows these commands to work recursively with directories containing multiple files, enhancing their usability and flexibility.

I didn't forget about (remove if it is not applicable):

  • Well-written commit messages (see documentation how to write a commit message)
  • Don't forget about TarantoolBot in a commit message (see example)
  • Tests (see documentation for a testing package)
  • Changelog (see documentation for changelog format)
  • Documentation (see documentation for documentation style guide)

Closes #TNTP-2367

@dmyger dmyger added the full-ci Enables full ci tests label Apr 24, 2025
@dmyger dmyger force-pushed the dmyger/tntp-2367_fix_cat_play_with_dirs branch from d403ba0 to 4a7a6fd Compare April 24, 2025 14:15
@TarantoolBot
Title: improve `tt cat` `tt play` working with directories

This commit improves the functionality of the `cat` and `play` commands
in the Tarantool CLI. It allows these commands to work recursively with
directories containing multiple files, enhancing their usability and
flexibility.

**Usage Example**:

```bash
tt cat -r /path/to/directory1 /path/to/directory2
tt play --recursive app:instance001 /path/to/directory1
```

Closes #TNTP-2367
@dmyger dmyger force-pushed the dmyger/tntp-2367_fix_cat_play_with_dirs branch from 4a7a6fd to dd51ac0 Compare April 25, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-ci Enables full ci tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant