この文書の現在のバージョンと選択したバージョンの差分を表示します。
次のリビジョン | 前のリビジョン | ||
ソフトウェア:dokku:アプリケーション管理:アプリケーションの複製 [2019/09/16 06:54] sotoyama 作成 |
ソフトウェア:dokku:アプリケーション管理:アプリケーションの複製 [2019/09/16 06:56] (現在) sotoyama |
||
---|---|---|---|
ライン 4: | ライン 4: | ||
apps:clone [--skip-deploy] [--ignore-existing] <old-app> <new-app> | apps:clone [--skip-deploy] [--ignore-existing] <old-app> <new-app> | ||
- | --skip-deploy : 複製のみでデプロイはスキップ | + | --skip-deploy : 複製のみでデプロイはスキップする。 |
- | --ignore-existing : | + | --ignore-existing : new-appが既に存在していた場合、0を返却する。(指定しなかった場合、0以外を返却。) |
</code> | </code> | ||