go migration TODO list
See original GitHub issueAPI
- WML API
- COS API (https://github.com/IBM/ibm-cos-sdk-go)
- IBM Cloud login API
- Websockets
Commands
Login:
- login
- logout
main:
- list
- train
During training:
- logs
- progress
- tensorboard
- cancel
Post training:
- ~deploy~
- download
CLI util:
- update
UI Components
- table (https://github.com/gosuri/uitable) (https://github.com/olekukonko/tablewriter)
- loading (https://github.com/briandowns/spinner)
- progress bar (https://github.com/cheggaaa/pb) (https://github.com/gosuri/uiprogress)
- standard text input
Login
- support for no UI login
global flags:
[--non-interactive]
[--cos <file>]
[--wml <file>]
cacli login
cacli logout
cacli list
cacli train [<bucket>]
[--output <bucket>]
[--steps <steps>]
[--gpu <k80|v100|v100x2>]
[--script <file>]
[--pipeline-config <file>] // only works for object detection and non-custom script
[--checkpoint <file>] // only works for object detection and non-custom script
// maybe instead we have more prebuilt scripts.zips?
cacli logs <model-id>
cacli progress <model-id>
cacli tensorboard <model-id>
cacli cancel <model-id>
cacli deploy <model-id>
cacli download <model-id>
[--tfjs]
[--coreml]
[--tflite]
cacli update
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to write & run database migration in Golang
In this lecture, we will learn how to write and run database schema migration in Golang using golang-migrate library.
Read more >Database migrations. CLI and Golang library. - GitHub
Migration Sources · Filesystem - read from filesystem · io/fs - read from a Go io/fs · Go-Bindata - read from embedded binary...
Read more >Database migrations in Golang. - Sergio Carracedo
Go Migrate is a migration tool written in Golang. It can work as a CLI or as a Go library. As a CLI...
Read more >DB Migration In Go Lang - Medium
When working with databases, schema migration is one particular ... In this blog, we will see how to manage database migration using Go...
Read more >How to Create DB Migration Tool in Go from Scratch
Build a simple tool for DB Migrations in Go that can create migration files, run up/down migrations, and list the status of each...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Poll:
Should
bootstrap
andexport
be deprecated?bootstrap
uploads a folder to COSexport
downloads a bucket from COS👍 Deprecate it
👎 Keep it
Golang CLI is now master 🎉 Closing this and opening issues for remaining work