Compare commits

..
Author SHA1 Message Date
Zach 125af19890 add short help text for a deployment (#511) 2023-08-24 08:50:42 -04:00
+2
View File
@@ -30,6 +30,8 @@ class DeploymentContext:
@click.option("--dir", required=True, help="path to deployment directory")
@click.pass_context
def command(ctx, dir):
'''create a deployment'''
# Check that --stack wasn't supplied
if ctx.parent.obj.stack:
print("Error: --stack can't be supplied with the deployment command")