There was an error while loading. Please reload this page.
1 parent b1c7d6b commit fcb3e26Copy full SHA for fcb3e26
1 file changed
docker-entrypoint.sh
@@ -77,7 +77,7 @@ init_aurite_project() {
77
78
# Create a default workspace in the current directory
79
log_info "Creating workspace 'default_workspace'..."
80
- if python -m aurite.bin.cli init --workspace default_workspace; then
+ if python -m aurite.bin.cli.main init --workspace default_workspace; then
81
log_info "Workspace created successfully"
82
else
83
log_error "Failed to create workspace"
@@ -86,7 +86,7 @@ init_aurite_project() {
86
87
# Create a default project within the workspace
88
log_info "Creating project 'default'..."
89
- if python -m aurite.bin.cli init --project default; then
+ if python -m aurite.bin.cli.main init --project default; then
90
log_info "Project created successfully"
91
92
log_error "Failed to create project"
0 commit comments