4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【GAE/Go】GAE/GoのローカルサーバのDataStoreのデータを削除するコマンドのメモ

4
Posted at

GAE/GoのローカルサーバのDataStoreのデータを削除するコマンドのメモ

完全に自分用のメモ。

削除用コマンド

以下のコマンドで、GAE/GoのローカルサーバのDataStoreのキャッシュされたデータを削除することができる。

dev_appserver.py --clear_datastore=yes [app.yamlのあるディレクトリへのpath]

参考にさせていただいたサイト

The Go Development Server  |  App Engine standard environment for Go  |  Google Cloud Platform

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?