Created
March 30, 2022 19:13
-
-
Save recursivecodes/a48b19c943796de9fbb88b6d762a1bd4 to your computer and use it in GitHub Desktop.
create-fn-app.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ oci fn application create \ | |
| --display-name=atp-wallet-demo \ | |
| --subnet-ids='["'$OCI_FAAS_SUBNET'"]' \ | |
| --compartment-id=$OCI_FAAS_COMPARTMENT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment