Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.1 KB

File metadata and controls

36 lines (24 loc) · 1.1 KB
title vastde functions init python-pip
description Generate a Python pip scaffold for a vast function

vastde functions init python-pip

Generate a Python pip scaffold for a vast function

Synopsis

Generate a Python pip scaffold for a vast function

Usage

vastde functions init python-pip [name]

Options

Global options

Flag Type Description Default
--dry-run bool Simulate the operation without making actual changes to the system
-H, --handlers string Name of the handlers file (default is main.py) main.py
-o, --output string Output format: json, yaml, human human
--silent bool Suppress UI outputs, such as spinner and success messages
-t, --target string The function target folder (default is current directory)
-v, --verbose int Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace 0

See Also