question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

go migration TODO list

See original GitHub issue

API

Commands

Login:
  • login
  • logout
main:
  • list
  • train
During training:
  • logs
  • progress
  • tensorboard
  • cancel
Post training:
  • ~deploy~
  • download
CLI util:
  • update

UI Components

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:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bourdakos1commented, Dec 10, 2019

Poll:

Should bootstrap and export be deprecated?

bootstrap uploads a folder to COS export downloads a bucket from COS

Both of these tasks should be easily achievable with the standard s3 CLI

👍 Deprecate it 👎 Keep it

0reactions
bourdakos1commented, Jan 2, 2020

Golang CLI is now master 🎉 Closing this and opening issues for remaining work

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found