spotify-cli / commands/albums
commands/albums
CLI command handlers for album operations.
Variables
albumCommand
constalbumCommand:CommandHandler
Defined in: src/commands/albums.ts:15
Handles spotify album <id>. Outputs album details.
albumTracksCommand
constalbumTracksCommand:CommandHandler
Defined in: src/commands/albums.ts:27
Handles spotify album tracks <id> [--limit N] [--offset N].
Lists tracks in an album with optional pagination.
removeAlbumsCommand
constremoveAlbumsCommand:CommandHandler
Defined in: src/commands/albums.ts:66
Handles spotify album remove <id...>.
Removes one or more albums from the current user's library.
saveAlbumsCommand
constsaveAlbumsCommand:CommandHandler
Defined in: src/commands/albums.ts:53
Handles spotify album save <id...>.
Saves one or more albums to the current user's library.
savedAlbumsCommand
constsavedAlbumsCommand:CommandHandler
Defined in: src/commands/albums.ts:41
Handles spotify album saved [--limit N] [--offset N].
Lists the current user's saved albums.