at_activate_web 1.0.2 copy "at_activate_web: ^1.0.2" to clipboard
at_activate_web: ^1.0.2 copied to clipboard

Web interface for managing APKAM enrollments (approve, deny, revoke, unrevoke, delete)

at_activate_web #

Web UI and CLI for atSign activation and enrollment workflows.

dart pub global activate at_activate_web
at_activate_web --help

If the command is not found:

export PATH="$PATH":"$HOME/.pub-cache/bin"

Install locally from source #

git clone <repository-url>
cd at_activate_web/packages/at_activate_web
dart pub get
dart pub global activate --source path .
at_activate_web --help

Run without global activation (local dev) #

cd packages/at_activate_web
dart pub get
dart run bin/at_activate_web.dart

More docs #

  • Advanced usage/build/compile/publish: docs/at_activate_web_development.md
  • Architecture details: ARCHITECTURE.md
  • API v4 reference: docs/api_v4_spec.md

Maintainers #

0
likes
0
points
106
downloads

Publisher

verified publisheratsign.org

Weekly Downloads

Web interface for managing APKAM enrollments (approve, deny, revoke, unrevoke, delete)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, at_auth, at_client, at_commons, at_onboarding_cli, at_utils, logging, path, shelf, shelf_router, sse

More

Packages that depend on at_activate_web