You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for making smokeshow, it's a game changer for quick website previews and coverage reporting :)
I have the following use case which would be nice to have implemented in the smokeshow CLI:
I create a smokeshow site and get its URL
I build a static website with the URL as base
my SSG prefers having "full"-absolute (https://example.com/some/page) rather than "semi"-absolute (/some/page) URLs
I then upload the built site to the already pre-defined URL
This is already achievable with direct API requests, but I really like the UX of uvx smokeshow upload, so it would be nice to add create as a possible subcommand. Here's how I imagine it:
First off, thanks for making smokeshow, it's a game changer for quick website previews and coverage reporting :)
I have the following use case which would be nice to have implemented in the smokeshow CLI:
https://example.com/some/page
) rather than "semi"-absolute (/some/page
) URLsThis is already achievable with direct API requests, but I really like the UX of
uvx smokeshow upload
, so it would be nice to addcreate
as a possible subcommand. Here's how I imagine it:The text was updated successfully, but these errors were encountered: