メインコンテンツまでスキップ

CLIでテンプレートからアプリケーションを作成する

Hexabase CLI(Command Line Interface) では、アプリケーションテンプレートから、アプリを作成できます。そのために、hx projects:create コマンドを使います。

手順:アプリケーションテンプレートでアプリを作成

コンテキストを切り替えます

$ hx contexts:use stg
| Current-context successfully set to: stg

ログインします

$ hx login
| ? Enter your email » [email protected]
| ? Enter your password » xxxxx
| Successfully logged in as: [email protected]

アプリケーションを作成するワークスペースに切り替えます

$ hx workspaces:get
| ID NAME
| 5ea81d61a7e3860007bcbe2b workspace_1
| 5e9678e8d4b3e00006eb8745 workspace_2
| 5e1471ac77dc58000633ea84 workspace_3

$ hx workspaces:use 5e1471ac77dc58000633ea84
| Current-workspace set to: workspace_3

アプリケーションを作成します。元になるアプリケーションテンプレートは、メニューから選択できます。

$ hx projects:create
| √ Select a template · 5f525733e2fb440001214111
| √ Please provide the name for your project
| Project Name (en): hexa-vue-example3
| Project Name (ja): hexa-vue-example3
| Task successfully queued. project_id set to: 607919a7338f7e000170e5e7

関連ページ

作成するアプリケーションのテンプレートは、あらかじめアプリケーションで保存しておく必要があります。デフォルトでは、TODOサンプルのアプリケーションを利用できます。

管理画面でも、テンプレートからアプリケーションを作成することができます。