Skip to content

Releases: bopmatic/cli

Bopmatic Tech Preview (v0.25.1)

13 Dec 22:06
e5c44cb
Compare
Choose a tag to compare

Bopmatic Tech Preview (v0.25.0)

04 Dec 17:25
f5bc1ce
Compare
Choose a tag to compare
Update CLI w/ SR time precision change

SR recently changed the time precision of all of its apis from seconds
to milliseconds. This commit adjust the CLI accordingly.

Bopmatic Tech Preview (v0.24.1)

26 Nov 00:32
532dfbe
Compare
Choose a tag to compare
Update dependencies

Bopmatic Tech Preview (v0.24.0)

25 Nov 23:39
5372228
Compare
Choose a tag to compare
Give users multiple options for setting up an API key

Users can now paste keys created from
https://console.bopmatic.com/api-keys or request access to Bopmatic if
they don't already have an account.

Bopmatic Tech Preview (v0.23.0)

14 Nov 22:27
8f33025
Compare
Choose a tag to compare
Eliminate client certs

Authentication is now done via API key or login/passwd authentication
via Cognito user pool.

Bopmatic Tech Preview (v0.22.5)

13 Nov 20:24
d980b48
Compare
Choose a tag to compare
project describe: retrieve additional project details concurrently

For projects with an active deployment, project describe will
additionally show additional details for each service, database,
datastore, and the site for a project. Reduce interactive latency by
retrieving each concurrently.

Bopmatic Tech Preview (v0.22.4)

11 Nov 23:38
3dd5b98
Compare
Choose a tag to compare
package describe: improve output formatting

Bopmatic Tech Preview (v0.22.3)

11 Nov 23:33
d6c3aeb
Compare
Choose a tag to compare
deploy describe: show human friendly timestamps

Bopmatic Tech Preview (v0.22.2)

11 Nov 23:21
f650214
Compare
Choose a tag to compare
project describe: Include detailed project information for active pro…

Bopmatic Tech Preview (v0.22.1)

10 Nov 21:09
c5d1719
Compare
Choose a tag to compare
config: login and create an api key automatically

When new users configure bopmatic for the first time, it will
automatically create a new api key after asking them to login.