No project description provided
Project description
________ __
| \| \
| $$$$$$$$ \$$ ________ ________
| $$__ | \| \| \
| $$ \ | $$ \$$$$$$$$ \$$$$$$$$
| $$$$$ | $$ / $$ / $$
| $$ | $$ / $$$$_ / $$$$_
| $$ | $$| $$ \| $$ \
\$$ \$$ \$$$$$$$$ \$$$$$$$$
Expected directory structure
|-function1
|-requirements.txt
|-__init__.py
|-build.sh
|-lib
| |-some-library.tar.gz
| |-__init__.py
|-main.py
|-function2
|-requirements.txt
|-__init__.py
|-build.sh
|-main.py
|-specs
|-fission-deployment-config.yaml
|-function-function1.yaml
|-function-function2.yaml
|-package-function1.yaml
|-package-function2.yaml
|-README
|-route-function1.yaml
|-route-function2.yaml
|-env-somenv.yaml
|-win-package.bat
|-lin-package.sh
|-function1.zip
|-function2.zip
Fission CLI wrapper for easy project management.
Usage
$ [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
Commands:
delete: Deletes the code folder and the function,...fn: Manage functions.i: Interactive Modeinit: Initialise fission in the current...new: Creates a new function with the given name.rename: Renames an existing function to a new name.route: Manage routes for functions.
delete
Deletes the code folder and the function, route and package specs.
Usage:
$ delete [OPTIONS] FUNCTION_NAME
Arguments:
FUNCTION_NAME: [required]
Options:
--help: Show this message and exit.
fn
Manage functions. fn is not mandatory, all commands pertaining to functions also work without fn keyword .
Usage:
$ fn [OPTIONS] COMMAND [ARGS]...
Options:
--help: Show this message and exit.
Commands:
delete: Deletes the code folder and the function,...new: Creates a new function with the given name.rename: Renames an existing function to a new name.
fn delete
Deletes the code folder and the function, route and package specs.
Usage:
$ fn delete [OPTIONS] FUNCTION_NAME
Arguments:
FUNCTION_NAME: [required]
Options:
--help: Show this message and exit.
fn new
Creates a new function with the given name.
Usage:
$ fn new [OPTIONS] FUNCTION_NAME
Arguments:
FUNCTION_NAME: [required]
Options:
--help: Show this message and exit.
fn rename
Renames an existing function to a new name.
Usage:
$ fn rename [OPTIONS] FN_NAME
Arguments:
FN_NAME: [required]
Options:
--help: Show this message and exit.
i
Interactive Mode
Usage:
$ i [OPTIONS]
Options:
--help: Show this message and exit.
init
Initialise fission in the current directory so that fission development can be started
Usage:
$ init [OPTIONS]
Options:
--help: Show this message and exit.
new
Creates a new function with the given name.
Usage:
$ new [OPTIONS] FUNCTION_NAME
Arguments:
FUNCTION_NAME: [required]
Options:
--help: Show this message and exit.
rename
Renames an existing function to a new name.
Usage:
$ rename [OPTIONS] FN_NAME
Arguments:
FN_NAME: [required]
Options:
--help: Show this message and exit.
route
Manage routes for functions.
Usage:
$ route [OPTIONS] COMMAND [ARGS]...
Options:
--help: Show this message and exit.
Commands:
delete: Deletes the route of the function.rename: Renames a route associated with a function...
route delete
Deletes the route of the function.
Usage:
$ route delete [OPTIONS] FUNCTION_NAME
Arguments:
FUNCTION_NAME: [required]
Options:
--help: Show this message and exit.
route rename
Renames a route associated with a function to a new route name.
Usage:
$ route rename [OPTIONS] FUNCTION_NAME NEW_ROUTE_NAME
Arguments:
FUNCTION_NAME: [required]NEW_ROUTE_NAME: [required]
Options:
--help: Show this message and exit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fizz_cli-0.1.0.tar.gz.
File metadata
- Download URL: fizz_cli-0.1.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d195f2ce0c77b05e83cf495442af9a4b942fa2b0ca8fa0f65f28e52216269d3c
|
|
| MD5 |
5163bbc14903ee68ea87d3c1dd6df626
|
|
| BLAKE2b-256 |
b510389379003bddc3e588cc257deef1836d902a59f5ec1457c8c5bae2b3c528
|
File details
Details for the file fizz_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fizz_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e450cc96df84bc4929fdda68531225cdf3115d5701c05c3c45f853bacd64ce89
|
|
| MD5 |
fe4733949aa74a182b762f631b834286
|
|
| BLAKE2b-256 |
1a37401220a50eebe6e2244f396b58cc5aa78dd93db5353f9fb8800a4400de77
|