Skip to content

Commit

Permalink
Update src/writer/deploy.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ramiro Medina <[email protected]>
  • Loading branch information
raaymax and ramedina86 authored Oct 22, 2024
1 parent a318f2f commit ea0807d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def cloud():
prompt="Enter your API key",
hide_input=True, help="Writer API key"
)
@click.option('--env', '-e', multiple=True, default=[], help="Environment variable to deploy the app to")
@click.option('--env', '-e', multiple=True, default=[], help="Set environment variables for the app (e.g., --env KEY=VALUE)")
@click.option('--force', '-f', default=False, is_flag=True, help="Ignores warnings and overwrites the app")
@click.option('--verbose', '-v', default=False, is_flag=True, help="Enable verbose mode")
@click.argument('path')
Expand Down

0 comments on commit ea0807d

Please sign in to comment.