fcli は、Function Compute リソースを便利に管理するのに役立つ強力なコマンドラインツールです。
ここ をクリックすると、fcli をダウンロードできます。インストール後、 fcli shell
を実行してシェルモードに入り、初期設定を完了できます。
fcli shell
Please input the endpoint (example: https://your_account_id.cn-shanghai.fc.aliyuncs.com):
https://123456.cn-shanghai.fc.aliyuncs.com
Please input the access key id:
fakeaccesskeyid
Please input the access key secret:
fakeaccesskeysecret
Store the configuration in: /Users/testuser/.fcli
Welcome to the function compute world. Have fun!
注:
アカウント ID は、コンソールで取得できます。
有効な AccessKey をお持ちでない場合は、RAM で作成できます。プライマリアカウントのアクセスキーを使用できますが、この操作はお勧めしません。
help
コマンドを実行すると、利用可能なコマンドを見ることができます。
>>> help
Commands:
attach attach the policy to a role
cd change the current resource
clear clear the screen
config config the fcli
detach detach the policy from a role
exit exit the program
grant grant the permission
help display help
info display the resource detail info
invk invoke the function
logs display the service/function logs
ls list the child resources of the current resource
mkf create the function
mkir create the invocation role
mkl create the log project and store
mkrp create the ram policy
mks create the service
mksr create the service role
mkt create the trigger
pwd display the current resource
rm delete the resource
sbox a sandbox environment for installing the 3rd party libararies and trouble shooting
upf update the function
ups update the service
upt update the trigger
すべてのコマンドについて、cmd --help
を実行して詳細なヘルプ情報を表示することができます。
>>> mks --help
-d, --description string service description
--etag string service etag for update
--help
-p, --log-project string loghub project for logging
-l, --log-store string loghub logstore for logging
-r, --role string role arn for oss code copy, function execution and logging
「開発者ガイド 」のサービス管理、関数管理、およびトリガー管理の各ドキュメントでは、より詳細な説明と例について学ぶことができます。ご不明な点がございましたら、「プロジェクト」をご覧ください。