Skip to content

Tags: replicate/cli

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `deployments` subcommand (#95)

* Update to replicate-go v0.20.0

* Add deployments subcommand

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update linter settings (#82)

* Adopt Replicate standard .golangci.yaml configuration

* Fix linting errors

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/golangci/golangci-lint from 1.56.1 to 1.56.2 (#67)

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.1 to 1.56.2.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.56.1...v1.56.2)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add model list subcommand (#60)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `replicate auth login` subcommand (#51)

* Don't attempt to create client with stored credentials in auth login

* Validate blank token when creating client for default base URL

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix handling of empty tokens in `replicate auth login` (#50)

* Fix replicate auth login command in error message

* Check for empty token in replicate auth login subcommand

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `auth login` subcommand (#48)

* Move version to internal package

* Add internal config package

* Add internal client package

* Refactor subcommands to use internal client constructor

* Add VerifyToken method

* Add login subcommand

* Update demo tape

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mattt Mattt
Update README

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `stream` command (#42)

* Update github.com/replicate/replicate-go

* First pass at implementing stream command

* Fallback to creating a prediction on latest version of model

* Change GetSchemas to return *openapi3.Schema

* Update github.com/replicate/replicate-go

* Remove unused import

* Implement prediction create --stream option

* Implement stream as alias to replicate prediction create --stream

* Update README

* Fix version fallback logic for creating a prediction

* Update demo tape

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mattt Mattt
Add scaffold subcommand to README