Usage
spotify-codegen
Used for passing context.
spotify-codegen [OPTIONS] COMMAND [ARGS]...
Options
- -o, --output_dir <output_dir>
Output directory where files get written to.
album
Query Spotify for an album name and generate code.
spotify-codegen album [OPTIONS] QUERY
Arguments
- QUERY
Required argument
artist
Query Spotify for an artist name and generate code.
spotify-codegen artist [OPTIONS] QUERY
Arguments
- QUERY
Required argument
followed-artists
Get codes for 50 followed artists.
spotify-codegen followed-artists [OPTIONS] FOLLOWED_ARTISTS
Arguments
- FOLLOWED_ARTISTS
Required argument
saved-albums
Get codes for all saved albums.
spotify-codegen saved-albums [OPTIONS] SAVED_ALBUMS
Arguments
- SAVED_ALBUMS
Required argument
track
Query Spotify for a track name and generate code.
spotify-codegen track [OPTIONS] QUERY
Arguments
- QUERY
Required argument
uris
Get codes for a list of URIs.
spotify-codegen uris [OPTIONS] URIS...
Arguments
- URIS
Required argument(s)
urls
Get codes for a list of URLs.
spotify-codegen urls [OPTIONS] URLS...
Arguments
- URLS
Required argument(s)