Vai al contenuto

Comandi Base44

Traduzione: Copia tutti i comandi Traduzione: Generare PDF < > Comandi e flussi di lavoro Comprehensive Base44 per lo sviluppo e l'automazione delle app potenziate dall'IA. ## Iniziare |Command|Description| |---------|-------------| |`base44 login`|Login to Base44 account| |`base44 logout`|Logout from account| |`base44 whoami`|Show current user| |`base44 --version`|Show CLI version| |`base44 --help`|Show help information| |`base44 init`|Initialize new project| ## Gestione dei progetti |Command|Description| |---------|-------------| |`base44 create `|Create new application| |`base44 list`|List all projects| |`base44 delete `|Delete application| |`base44 clone `|Clone existing app| |`base44 rename `|Rename application| |`base44 status`|Show project status| ## Comandi di sviluppo |Command|Description| |---------|-------------| |`base44 dev`|Start development server| |`base44 build`|Build application| |`base44 preview`|Preview built application| |`base44 test`|Run application tests| |`base44 lint`|Run code linting| |`base44 format`|Format code| ## Generazione AI-Powered |Command|Description| |---------|-------------| |`base44 generate component `|Generate component from description| |`base44 generate page `|Generate page from description| |`base44 generate api `|Generate API endpoint| |`base44 generate database `|Generate database schema| |`base44 generate workflow `|Generate automation workflow| ## Operazioni di database |Command|Description| |---------|-------------| |`base44 db create`|Create database| |`base44 db migrate`|Run database migrations| |`base44 db seed`|Seed database with data| |`base44 db reset`|Reset database| |`base44 db backup`|Create database backup| |`base44 db restore `|Restore from backup| ## Comandi di distribuzione |Command|Description| |---------|-------------| |`base44 deploy`|Deploy to production| |`base44 deploy --staging`|Deploy to staging| |`base44 deploy --preview`|Deploy preview version| |`base44 rollback`|Rollback to previous version| |`base44 domains list`|List custom domains| |`base44 domains add `|Add custom domain| ## Gestione dell'ambiente |Command|Description| |---------|-------------| |`base44 env list`|List environment variables| |`base44 env set `|Set environment variable| |`base44 env get `|Get environment variable| |`base44 env delete `|Delete environment variable| |`base44 env pull`|Pull environment from remote| |`base44 env push`|Push environment to remote| ## Gestione API |Command|Description| |---------|-------------| |`base44 api list`|List API endpoints| |`base44 api create `|Create new API endpoint| |`base44 api update `|Update API endpoint| |`base44 api delete `|Delete API endpoint| |`base44 api test `|Test API endpoint| |`base44 api docs`|Generate API documentation| ## Gestione utente |Command|Description| |---------|-------------| |`base44 users list`|List application users| |`base44 users create `|Create new user| |`base44 users delete `|Delete user| |`base44 users roles list`|List user roles| |`base44 users roles assign `|Assign role to user| ## Setup di autenticazione |Command|Description| |---------|-------------| |`base44 auth setup`|Setup authentication| |`base44 auth providers list`|List auth providers| |`base44 auth providers add `|Add auth provider| |`base44 auth config `|Configure auth provider| ## Automazione del flusso di lavoro |Command|Description| |---------|-------------| |`base44 workflows list`|List automation workflows| |`base44 workflows create `|Create new workflow| |`base44 workflows run `|Run workflow manually| |`base44 workflows logs `|View workflow logs| |`base44 workflows enable `|Enable workflow| |`base44 workflows disable `|Disable workflow| ## Comandi di integrazione |Command|Description| |---------|-------------| |`base44 integrations list`|List available integrations| |`base44 integrations add `|Add integration| |`base44 integrations configure `|Configure integration| |`base44 integrations test `|Test integration| |`base44 integrations remove `|Remove integration| ## Gestione dei dati |Command|Description| |---------|-------------| |`base44 data import `|Import data from file| |`base44 data export `|Export data to format| |`base44 data sync`|Sync data with external sources| |`base44 data validate`|Validate data integrity| ## Monitoraggio e log |Command|Description| |---------|-------------| |`base44 logs`|View application logs| |`base44 logs --follow`|Follow logs in real-time| |`base44 logs --level error`|Filter logs by level| |`base44 metrics`|View application metrics| |`base44 health`|Check application health| ## Comandi di sicurezza |Command|Description| |---------|-------------| |`base44 security scan`|Run security scan| |`base44 security audit`|Audit security settings| |`base44 security keys list`|List API keys| |`base44 security keys create`|Create new API key| |`base44 security keys revoke `|Revoke API key| ## Collaborazione |Command|Description| |---------|-------------| |`base44 team list`|List team members| |`base44 team invite `|Invite team member| |`base44 team remove `|Remove team member| |`base44 team permissions `|Set user permissions| ## Modelli e temi |Command|Description| |---------|-------------| |`base44 templates list`|List available templates| |`base44 templates apply `|Apply template| |`base44 themes list`|List available themes| |`base44 themes apply `|Apply theme| |`base44 themes customize`|Customize current theme| ## Comandi Assistenti AI |Command|Description| |---------|-------------| |`base44 ai chat `|Chat with AI assistant| |`base44 ai suggest`|Get AI suggestions| |`base44 ai optimize`|AI-powered optimization| |`base44 ai debug `|AI-powered debugging| |`base44 ai explain `|Explain code with AI| ## Ottimizzazione delle prestazioni |Command|Description| |---------|-------------| |`base44 optimize images`|Optimize image assets| |`base44 optimize code`|Optimize code performance| |`base44 optimize database`|Optimize database queries| |`base44 analyze performance`|Analyze app performance| ## Backup e recupero |Command|Description| |---------|-------------| |`base44 backup create`|Create full backup| |`base44 backup list`|List all backups| |`base44 backup restore `|Restore from backup| |`base44 backup schedule `|Schedule automatic backups| ## File di configurazione |File|Description| |---------|-------------| |`base44.config.js`|Main configuration file| |`.env`|Environment variables| |`base44.workflows.yml`|Workflow definitions| |`base44.schema.json`|Database schema| |`base44.routes.js`|API route definitions| ## Comandi linguistici naturali |Command|Description| |---------|-------------| |`base44 "Create a user dashboard"`|Generate dashboard from description| |`base44 "Add login functionality"`|Add authentication features| |`base44 "Connect to Stripe"`|Integrate payment processing| |`base44 "Send email notifications"`|Add email functionality| |`base44 "Create admin panel"`|Generate admin interface| ## Comandi di prova |Command|Description| |---------|-------------| |`base44 test unit`|Run unit tests| |`base44 test integration`|Run integration tests| |`base44 test e2e`|Run end-to-end tests| |`base44 test coverage`|Generate test coverage| |`base44 test ai`|AI-powered test generation| ## Sviluppo mobile |Command|Description| |---------|-------------| |`base44 mobile init`|Initialize mobile app| |`base44 mobile build ios`|Build iOS app| |`base44 mobile build android`|Build Android app| |`base44 mobile deploy`|Deploy mobile app| ## Analisi e informazioni |Command|Description| |---------|-------------| |`base44 analytics setup`|Setup analytics tracking| |`base44 analytics dashboard`|View analytics dashboard| |`base44 insights generate`|Generate AI insights| |`base44 reports create `|Create custom reports| ## Risoluzione dei problemi |Command|Description| |---------|-------------| |`base44 doctor`|Run diagnostic checks| |`base44 debug`|Enable debug mode| |`base44 reset`|Reset to clean state| |`base44 support`|Contact support| |`base44 docs `|Open documentation|