cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI for Replicate

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

Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.13.1 to 3.14.3. Release notes Sourced from github.com/schollz/progressbar/v3's releases. v3.14.3 What's Changed fix error return by @​ttmars in schollz/progressbar#175 fix Finish() should update state.currentBytes by @​black-night-heron in...

dependencies

Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.24.2 to 0.26.2. Release notes Sourced from github.com/charmbracelet/bubbletea's releases. v0.26.2 This fixes a small regression that was introduced in v0.26.0 related to the first line on the...

dependencies

Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.123.0 to 0.124.0. Release notes Sourced from github.com/getkin/kin-openapi's releases. v0.124.0 What's Changed ci: make sure go-run'ing binaries works by @​fenollp in getkin/kin-openapi#894 Make the JSON body decode...

dependencies

Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.8.0 to 0.10.0. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.10.0 String Transforms 💄 Lip Gloss v0.10.0 features a brand new Transform function for Styles to alter strings...

dependencies

AFAIK, there is no other method available aside from passing the token via stdin like following. `echo $REPLICATE_API_TOKEN | replicate auth login --token-stdin` I'm curious about why the token isn't...

Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.16.1 to 0.18.0. Release notes Sourced from github.com/charmbracelet/bubbles's releases. v0.18.0 Textarea, but faster This release features several fixes and big performance improvements for the textarea bubble. What's...

dependencies

## TLDR `replicate show` and `replicate scaffold` works for predictions owned by my token, but not for any other predictions, even if they're shared. I'm not sure if this is...

Currently when generating the scaffolded project it just prints the stdout of the subprocess directly. This makes it look like the scaffold has failed rather than just the test. It...

It would be cool if we had release binaries for Linux. At the moment, we only have a streamlined solution for installing the Replicate CLI on MacOS with Homebrew. ```...

On my local dev environment, running the following command produces an error: ```console $ replicate scaffold --template=python ``` > Error: failed to create virtualenv: failed to run command: exit status...