slideless-ai/cli ? reverse-engineered prompt
Reverse engineered prompt
Build me a command line app for a presentation hosting service where I can manage HTML slide decks from my terminal.
I want to be able to log in with either an API key or an email code flow, then push a whole deck folder or a single HTML file, and have it create or update the presentation for me. It should save a small config file in the deck folder so future pushes can detect changes and keep versions in sync. I also need commands to list my decks, show details for one deck, share it with a public link, pin a link to a specific version, revoke access, invite collaborators, and delete a deck.
Please also include a local dev mode that serves a deck on localhost with live reload, and lets me add and manage notes in the browser. If possible, make the commands support JSON output for scripting, and look up current docs online if you need to fill in any gaps.
Are you gonna build this?
make sure you review the code using coderabbit