sap-fiori-create-cli
Installation
SKILL.md
How to use this CLI
- Always invoke via
npx -y @sap-ux/create@latest— never suggest a global install. - Run with
--simulate/-sfirst for any write command when the user has not confirmed they want files changed. It implies--verboseon most subcommands. - Pass passwords via
--password env:MY_VAR— never plain-text in the shell command. - Commands that prompt interactively (
generate adaptation-project,add model,add component-usages) require either-y/--yesor all required flags pre-filled to run non-interactively. add annotations,change data-source, andchange inboundare not supported for Cloud Foundry projects.add adp-cf-configis experimental and may change or be removed without notice.
Commands
generate
Command group for generating SAP Fiori applications. A subcommand is required.
Usage: npx --yes @sap-ux/create@latest generate [subcommand] [options]