-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: v1.0.0 #71
Release: v1.0.0 #71
Conversation
Signed-off-by: Youngjin Jo <[email protected]>
pdate root description
Signed-off-by: Youngjin Jo <[email protected]>
chore: update yaml directory
- Implemented sorting of API resources by service name using `sort.Slice` to enhance the organization of the output table. - Maintained existing concurrency with goroutines to ensure efficient parallel processing of multiple endpoints. - Improved error handling and data collection mechanisms to support the new sorting feature. Signed-off-by: Youngjin Jo <[email protected]>
Comple api-resources using goroutine
You can obtain the access_token value through the cfctl login command. However, login is not yet possible if MFA is applied. Signed-off-by: Youngjin Jo <[email protected]>
Add login subcommand using user_id, password, and domain_id
…ynamic tab size Signed-off-by: Youngjin Jo <[email protected]>
Update api-resources subcommand using pterm and show verbs by dynamic tab size
Signed-off-by: Youngjin Jo <[email protected]>
feat: Update cfctl using Evans CLI
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Display multiple Services using ,
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Add config subcommand's switch flag
Signed-off-by: Youngjin Jo <[email protected]>
Add [config] init, environment, show, and fzf feature
Signed-off-by: Youngjin Jo <[email protected]>
Complete [config] init and config changing
Signed-off-by: Youngjin Jo <[email protected]>
Add short_names.yml when init and sync api resources
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Complete login subcommand for LOCAL login
…ogin - Added `isTokenExpired` function to decode JWT token and verify its expiration (`exp` field). - Modified `executeLogin` to reuse existing tokens if they are still valid, avoiding unnecessary credential prompts. - Enhanced user experience by skipping login credentials input when a valid token is available. Signed-off-by: Youngjin Jo <[email protected]>
Implement token expiration check to reuse valid tokens during login
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
… yet Signed-off-by: Youngjin Jo <[email protected]>
Remove the multi-user selection feature and modify the code for access, refresh, and grant tokens
…d in Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Signed-off-by: Youngjin Jo <[email protected]>
Add short_name and sort feature
Signed-off-by: Youngjin Jo <[email protected]>
Remove analyze cmd
Signed-off-by: Youngjin Jo <[email protected]>
Add column and limit feature
✅ Why it is requiredThe Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO. Contributors sign-off that they adhere to these requirements by adding a
Git even has a
|
Category
Description
We are thrilled to announce the official release of cfctl v1.0.0, a powerful command-line interface designed to simplify interactions with SpaceONE services. Developed using Go, Cobra, Viper, and Pterm, cfctl offers a robust and user-friendly experience for managing your SpaceONE environment.