fluvio icon indicating copy to clipboard operation
fluvio copied to clipboard

Postpone `group` ownership in SMDK/CDK generation to Publish Time

Open LeoBorai opened this issue 9 months ago • 0 comments

When running smdk generate <project name>, and completing tho prompts, the very last step uses Hub Access to check if the user owns the group specified.

Generating new SmartModule project: json-filter
🤷   Please set a group name: esteban
✔ 🤷   Which type of SmartModule would you like? · filter
✔ 🤷   Will your SmartModule use init parameters? · false
✔ 🤷   Will your SmartModule be public? · false
[1/7]   Done: .gitignore
[2/7]   Done: Cargo.toml
[3/7]   Done: README.md
[4/7]   Done: SmartModule.toml
[5/7]   Done: rust-toolchain.toml                                                                                                                                    [6/7]   Done: src/lib.rs                                                                                                                                             [7/7]   Done: src                                                                                                                                                    Hub access: Unauthorized, please log in with 'fluvio cloud login'

This check should be moved to publish subcommand instead.

LeoBorai avatar May 07 '24 18:05 LeoBorai