cli icon indicating copy to clipboard operation
cli copied to clipboard

A CLI to create remote development environments in your cloud provider account in seconds

Results 5 cli issues
Sort by recently updated
recently updated
newest added

Help needed to test the Recode CLI on Windows. 🙏

help wanted

Currently, making concurrent updates of the Recode state is not safe. We need to add a locking mechanism.

feature proposal

Add environment variables support. Maybe something like https://direnv.net/ ? Env vars may be different for each repo that compose a development environment. Stored in cloud provider account.

feature proposal

Add live URLs to development environments that will persist even if you close the lid of your laptop or lose network connectivity. Best for apps that need to be shared...

feature proposal

Add support for development environment templates. Something that will let you create a development environment from scratch based on a template stored in a repository. Maybe something like this: ```bash...

feature proposal