Framework
Arkectl CLI
Commands

Commands

Usage:
  arkectl [command]
CommandDescription
create-appCreates a new Arke application
installSetup local enviroment for working with arkectl

Install

Setup local enviroment for working with arkectl

Usage:
  arkectl install [flags]
FlagsDescription
-h, --helphelp for create-app

Update

Updates docker-compose.yml and arke.new mix archive.

Usage:
  arkectl update [flags]
FlagsDescription
-h, --helphelp for create-app

Start

Runs Arke backend and console

Usage:
  arkectl start [flags]
FlagsDescription
-h, --helphelp for create-app

Create app

Creates a new Arke application

Usage:
  arkectl create-app [project name] [flags]
FlagsDescriptionNotesDefault
-i, --interactiveUse interactive version of create-app command--
-b, --backendClones only the backend repository.Only with --local flag-
-c, --consoleCreates only the console app.Only with --local flag-
-f, --frontendCreates only the frontend app.Only with --local flag-
-l, --localClones arke repositories locally instead of using Docker-
-t, --templateTemplate to use for frontend app.Only with --local flagnextjs-base
-h, --helphelp for create-app--

Completion

Generate the autocompletion script for the specified shell

Usage:
  arkectl completion [command]
CommandDescription
zshGenerate the autocompletion script for zsh
bashGenerate the autocompletion script for bash
fishGenerate the autocompletion script for fish
powershellGenerate the autocompletion script for powershell
FlagsDescription
-h, --helphelp for completion

Version

Generate the autocompletion script for the specified shell

Usage:
  arkectl --version
  arkectl version 0.0.9